EM_SETUIANAME message
Sets the name of a rich edit control for UI Automation (UIA).
#define EM_SETUIANAME (WM_USER + 320)
Parameters
-
wParam
-
Not used; must be zero.
-
lParam
-
A pointer to the null-terminated name string.
Return value
TRUE if the name for UIA is successfully set, otherwise FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
|