EncodeHex


Encode NON-ANSI characters to specified string.

LPSTR  WINAPI
EncodeHex(
	LPCSTR      lpszSrc,
	LPCSTR      lpszNeglect
)

Parameters

lpszSrc[in]

Pointer of the string to be encoded.

lpszNeglect

The characters set that is not encoded in the source string.

Return Value

This function returns the string encoded. You should use LocalFree function to free the return value if it is no longer needed.

Remarks

EncodeEx function is used to encode mailbox name in EAS.