Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |