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.
|
| 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.
|
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_DATA | Data 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_DATA | Data 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_DATA | Data 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_DATA | Data to encode. |
- Returns:
- HEXENCODE_RESULT Hex-encoded data.