Skip to content

Latest commit

 

History

History
95 lines (82 loc) · 2.2 KB

ns-richedit-endcompositionnotify.md

File metadata and controls

95 lines (82 loc) · 2.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:richedit._endcomposition
ENDCOMPOSITIONNOTIFY (richedit.h)
Contains information about an EN_ENDCOMPOSITION notification code from a rich edit control.
ECN_ENDCOMPOSITION
ECN_NEWTEXT
ENDCOMPOSITIONNOTIFY
ENDCOMPOSITIONNOTIFY structure [Windows Controls]
controls.endcompositionnotify
richedit/ENDCOMPOSITIONNOTIFY
controls\endcompositionnotify.htm
Controls
5C137287-01B5-4E2E-A62E-F340A29CD8D7
12/05/2018
ECN_ENDCOMPOSITION, ECN_NEWTEXT, ENDCOMPOSITIONNOTIFY, ENDCOMPOSITIONNOTIFY structure [Windows Controls], controls.endcompositionnotify, richedit/ENDCOMPOSITIONNOTIFY
richedit.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
ENDCOMPOSITIONNOTIFY
19H1
_endcomposition
richedit/_endcomposition
ENDCOMPOSITIONNOTIFY
richedit/ENDCOMPOSITIONNOTIFY
c++
APIRef
kbSyntax
HeaderDef
Richedit.h
ENDCOMPOSITIONNOTIFY

ENDCOMPOSITIONNOTIFY structure

-description

Contains information about an EN_ENDCOMPOSITION notification code from a rich edit control.

-struct-fields

-field nmhdr

The code member of this structure identifies the notification code being sent.

-field dwCode

Indicates the state of the composition. This member is one of the following values.

Value Meaning
ECN_ENDCOMPOSITION
1
The composition is complete.
ECN_NEWTEXT
2
There are new characters in the composition.