14#ifndef PDFTOOLBOX_PTX_H__
15#define PDFTOOLBOX_PTX_H__
17#ifndef PDFTOOLBOX_CALL
19#define PDFTOOLBOX_CALL __stdcall
21#define PDFTOOLBOX_CALL
34#define Ptx_GetLastErrorMessage Ptx_GetLastErrorMessageW
35#define Ptx_Sdk_Initialize Ptx_Sdk_InitializeW
37#define Ptx_Sdk_GetVersion Ptx_Sdk_GetVersionW
39#define Ptx_Sdk_GetProducerFullName Ptx_Sdk_GetProducerFullNameW
41#define Ptx_StringMap_Get Ptx_StringMap_GetW
42#define Ptx_StringMap_GetKey Ptx_StringMap_GetKeyW
43#define Ptx_StringMap_GetValue Ptx_StringMap_GetValueW
44#define Ptx_StringMap_Set Ptx_StringMap_SetW
45#define Ptx_StringMap_SetValue Ptx_StringMap_SetValueW
48#define Ptx_GetLastErrorMessage Ptx_GetLastErrorMessageA
49#define Ptx_Sdk_Initialize Ptx_Sdk_InitializeA
51#define Ptx_Sdk_GetVersion Ptx_Sdk_GetVersionA
53#define Ptx_Sdk_GetProducerFullName Ptx_Sdk_GetProducerFullNameA
55#define Ptx_StringMap_Get Ptx_StringMap_GetA
56#define Ptx_StringMap_GetKey Ptx_StringMap_GetKeyA
57#define Ptx_StringMap_GetValue Ptx_StringMap_GetValueA
58#define Ptx_StringMap_Set Ptx_StringMap_SetA
59#define Ptx_StringMap_SetValue Ptx_StringMap_SetValueA
528 const char* szValue);
549 const WCHAR* szValue);
584 const WCHAR* szValue);