UNICODE_NAME_INFO

Used by EE_GET_UNICODE_NAME message.

typedef struct _UNICODE_NAME_INFO {
	UINT cbSize;
	int cchBuf;
	LPWSTR pBuf;
	LPCWSTR pszSrc;
	int cchSrc;
} UNICODE_NAME_INFO;

Fields

cbSize

Specifies sizeof( UNICODE_NAME_INFO ).

cchBuf

Specifies the size of the buffer in characters including the terminating NULL.

pBuf

Specifies the pointer to the buffer to retrieve the Unicode name.

pstrSrc

Specifies the source character or string.

cchSrc

Specifies the number of characters specified in pstrSrc.

Version

Supported on Version 19.1 or later.