#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall HexDecodeA(MSIHANDLE hInstall)
HexDecodeA hex-decodes data, each two bytes transformed into one byte of non-unicode characters...
Definition: HexEncodeDecode.cpp:77
CA_API UINT __stdcall HexEncodeA(MSIHANDLE hInstall)
HexEncodeA hex-encodes non-unicode data, each byte transformed into two bytes of humanly-readable cha...
Definition: HexEncodeDecode.cpp:29
CA_API UINT __stdcall HexEncodeW(MSIHANDLE hInstall)
HexEncodeW hex-encodes data, each byte transformed into two bytes of humanly-readable characters...
Definition: HexEncodeDecode.cpp:6
CA_API UINT __stdcall HexDecodeW(MSIHANDLE hInstall)
HexDecodeW hex-decodes data, each two bytes transformed into one byte.
Definition: HexEncodeDecode.cpp:52