SetEmbeddedFileStrPropertyA
Document properties
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SetEmbeddedFileStrProperty and string arguments are interpreted using the current SetAnsiMode code page
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
| Index | The index of the embedded file. Must be a value between 1 and the value returned by EmbeddedFileCount. |
|---|---|
| Tag | 1 = File name 2 = MIME type 3 = Creation date 4 = Modification date 5 = Title 7 = |
Description
NewValue
The new value of the specified property.