EE_GET_UNICODE_NAME

Retrieves the Unicode name of the specified character or string. You can send this message explicitly or use the Editor_GetUnicodeName inline function.

EE_GET_UNICODE_NAME
wParam = (WPARAM)(UNICODE_NAME_INFO*)pUNI;
lParam = 0;

Parameters

pUNI

Specifies the pointer to the UNICODE_NAME_INFO structure.

Return Values

If cchBuf field of the UNICODE_NAME_INFO structure is zero, the return value is the required size, in characters, for a buffer that can receive the text.

Version

Supported on Version 19.1 or later.