Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about an EN_ENDCOMPOSITION notification code from a rich edit control.
Syntax
typedef struct _endcomposition {
NMHDR nmhdr;
DWORD dwCode;
} ENDCOMPOSITIONNOTIFY;
Members
nmhdr
The code member of this structure identifies the notification code being sent.
dwCode
Indicates the state of the composition. This member is one of the following values.
Value | Meaning |
---|---|
|
The composition is complete. |
|
There are new characters in the composition. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | richedit.h |