Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.21 KB

em-setuianame.md

File metadata and controls

71 lines (40 loc) · 1.21 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
EM_SETUIANAME message (Richedit.h)
Sets the name of a rich edit control for UI Automation (UIA).
60506FEE-9708-4668-8846-42B0B696DD9A
EM_SETUIANAME message Windows Controls
apiref
EM_SETUIANAME
Richedit.h
HeaderDef
reference
05/31/2018

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
Richedit.h