GetFileMetadataA
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 GetFileMetadata and string arguments are interpreted using the current SetAnsiMode code page
Returns the metadata in a file, if any.
Syntax
Delphi
Function DLGetFileMetadataA(InstanceID: Integer; InputFileName, Password: PAnsiChar): PAnsiChar;
DLL
const char * DLGetFileMetadataA(int InstanceID, const char * InputFileName, const char * Password);
Parameters
| InputFileName | The path and name of the document to extract metadata from. |
|---|---|
| Password | The password to use when opening the document |