GetCatalogInformationA
文档属性
描述
末尾的 A 表示 ANSI(char)DLL 入口点;ActiveX/COM 接口仅提供 Unicode 形式,行为与 GetCatalogInformation 相同,字符串参数使用当前 SetAnsiMode 代码页解释
此函数允许从文档的 "Catalog" 区段中检索自定义信息
语法
Delphi
Function DLGetCatalogInformationA(InstanceID: Integer; Key: PAnsiChar): PAnsiChar;
DLL
const char * DLGetCatalogInformationA(int InstanceID, const char * Key);
参数
| Key | 要检索的键名称,该键必须具有 Adobe 分配给你的特殊前缀,以避免与其他软件冲突 |
|---|