Functions | |
| CA_API UINT __stdcall | HexEncodeW (MSIHANDLE hInstall) |
| HexEncodeW hex-encodes data, each byte transformed into two bytes of humanly-readable characters. | |
| CA_API UINT __stdcall | HexEncodeA (MSIHANDLE hInstall) |
| HexEncodeA hex-encodes non-unicode data, each byte transformed into two bytes of humanly-readable characters. | |
| CA_API UINT __stdcall | HexDecodeW (MSIHANDLE hInstall) |
| HexDecodeW hex-decodes data, each two bytes transformed into one byte. | |
| CA_API UINT __stdcall | HexDecodeA (MSIHANDLE hInstall) |
| HexDecodeA hex-decodes data, each two bytes transformed into one byte of non-unicode characters. | |
| CA_API UINT __stdcall HexDecodeA | ( | MSIHANDLE | hInstall | ) |
HexDecodeA hex-decodes data, each two bytes transformed into one byte of non-unicode characters.
| HEXDECODE_DATA | Data to decode. |
| CA_API UINT __stdcall HexDecodeW | ( | MSIHANDLE | hInstall | ) |
HexDecodeW hex-decodes data, each two bytes transformed into one byte.
| HEXDECODE_DATA | Data to decode. |
| CA_API UINT __stdcall HexEncodeA | ( | MSIHANDLE | hInstall | ) |
HexEncodeA hex-encodes non-unicode data, each byte transformed into two bytes of humanly-readable characters.
| HEXENCODE_DATA | Data to encode. |
| CA_API UINT __stdcall HexEncodeW | ( | MSIHANDLE | hInstall | ) |
HexEncodeW hex-encodes data, each byte transformed into two bytes of humanly-readable characters.
| HEXENCODE_DATA | Data to encode. |
| © Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |