HexEncodeDecode.h
Go to the documentation of this file.
1 #pragma once
2 
8 CA_API UINT __stdcall HexEncodeW(MSIHANDLE hInstall);
9 
15 CA_API UINT __stdcall HexEncodeA(MSIHANDLE hInstall);
16 
22 CA_API UINT __stdcall HexDecodeW(MSIHANDLE hInstall);
23 
29 CA_API UINT __stdcall HexDecodeA(MSIHANDLE hInstall);
#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


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com