SetEmbeddedFileStrPropertyA

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 SetEmbeddedFileStrProperty e os argumentos de cadeia de caracteres são interpretados com base na página de código atual definida por SetAnsiMode

Sets a property of the specified embedded file.

Syntax

Delphi

Function DLSetEmbeddedFileStrPropertyA(InstanceID, Index, Tag: Integer; NewValue: PAnsiChar): Integer;

DLL

int DLSetEmbeddedFileStrPropertyA(int InstanceID, int Index, int Tag, const char * NewValue);

Parameters

IndexThe index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount.
Tag1 = Nome do ficheiro 2 = MIME type 3 = Data de criação 4 = Data de modificação 5 = Título 7 =

Description

NewValue

The new value of the specified property.