GetDocumentMetadataA
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 GetDocumentMetadata and string arguments are interpreted using the current SetAnsiMode code page
Returns the document's metadata, if any.
Syntax
Delphi
Function DLGetDocumentMetadataA(InstanceID: Integer): PAnsiChar;
DLL
const char * DLGetDocumentMetadataA(int InstanceID);