EE_CONVERT_EX¶
Converts characters. You can send this message explicitly or use the Editor_Convert inline function.
EE_CONVERT_EX
wParam = (WPARAM) (CONVERT_INFO*)pInfo;
lParam = 0;
Parameters¶
pInfo
Specifies the pointer to the CONVERT_INFO structure.
Return Values¶
If the message succeeds, the return value is nonzero. If the message fails, the return value is zero.
Version¶
Supported on Version 22.1 or later.