Functions
HexEncodeDecode.h File Reference

Go to the source code of this file.

Functions

CA_API UINT __stdcall HexEncodeW (MSIHANDLE hInstall)
 HexEncodeW hex-encodes data, each byte transformed into two bytes of humanly-readable characters. More...
 
CA_API UINT __stdcall HexEncodeA (MSIHANDLE hInstall)
 HexEncodeA hex-encodes non-unicode data, each byte transformed into two bytes of humanly-readable characters. More...
 
CA_API UINT __stdcall HexDecodeW (MSIHANDLE hInstall)
 HexDecodeW hex-decodes data, each two bytes transformed into one byte. More...
 
CA_API UINT __stdcall HexDecodeA (MSIHANDLE hInstall)
 HexDecodeA hex-decodes data, each two bytes transformed into one byte of non-unicode characters. More...
 

Function Documentation

CA_API UINT __stdcall HexDecodeA ( MSIHANDLE  hInstall)

HexDecodeA hex-decodes data, each two bytes transformed into one byte of non-unicode characters.

Parameters
HEXDECODE_DATAData to decode.
Returns
HEXDECODE_RESULT Hex-decoded data.
CA_API UINT __stdcall HexDecodeW ( MSIHANDLE  hInstall)

HexDecodeW hex-decodes data, each two bytes transformed into one byte.

Parameters
HEXDECODE_DATAData to decode.
Returns
HEXDECODE_RESULT Hex-decoded data.
CA_API UINT __stdcall HexEncodeA ( MSIHANDLE  hInstall)

HexEncodeA hex-encodes non-unicode data, each byte transformed into two bytes of humanly-readable characters.

Parameters
HEXENCODE_DATAData to encode.
Returns
HEXENCODE_RESULT Hex-encoded data.
CA_API UINT __stdcall HexEncodeW ( MSIHANDLE  hInstall)

HexEncodeW hex-encodes data, each byte transformed into two bytes of humanly-readable characters.

Parameters
HEXENCODE_DATAData to encode.
Returns
HEXENCODE_RESULT Hex-encoded data.


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