Decode characters encoded by EncodeHex function.
LPSTR WINAPI DecodeHex( LPCSTR lpszSrc )
Parameters
lpszSrc[in]
Pointer of the string to be decoded.
Return Value
This function returns the string decoded. You should use LocalFree function to free the return value if it is no longer needed.