GetEmbeddedFileStrPropertyA
Document properties
Description
O sufixo A indica o ponto de entrada ANSI (char) da DLL; a superfície ActiveX/COM expõe apenas a forma Unicode. O comportamento é idêntico ao de GetEmbeddedFileStrProperty e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode
Retrieves a string property of the specified embedded file.
Use the SetEmbeddedFileStrProperty function to change the values.
Syntax
Delphi
Function DLGetEmbeddedFileStrPropertyA(InstanceID, Index, Tag: Integer): PAnsiChar;
DLL
const char * DLGetEmbeddedFileStrPropertyA(int InstanceID, int Index, int Tag);
Parameters
| Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |
|---|---|
| Tag | 1 = Nome do ficheiro 2 = MIME type 3 = Data de criação 4 = Data de modificação 5 = Título 7 = |