Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 2.53 KB

ns-richedit-enprotected.md

File metadata and controls

92 lines (69 loc) · 2.53 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._enprotected
ENPROTECTED (richedit.h)
Contains information associated with an EN_PROTECTED notification code. A rich edit control sends this notification when the user attempts to edit protected text.
ENPROTECTED
ENPROTECTED structure [Windows Controls]
_win32_ENPROTECTED_str
_win32_ENPROTECTED_str_cpp
controls.ENPROTECTED
controls._win32_ENPROTECTED_str
richedit/ENPROTECTED
controls\ENPROTECTED.htm
Controls
VS|Controls|~\controls\richedit\richeditcontrols\richeditcontrolreference\richeditstructures\enprotected.htm
12/05/2018
ENPROTECTED, ENPROTECTED structure [Windows Controls], _win32_ENPROTECTED_str, _win32_ENPROTECTED_str_cpp, controls.ENPROTECTED, controls._win32_ENPROTECTED_str, richedit/ENPROTECTED
richedit.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
ENPROTECTED
19H1
_enprotected
richedit/_enprotected
ENPROTECTED
richedit/ENPROTECTED
c++
APIRef
kbSyntax
HeaderDef
Richedit.h
ENPROTECTED

ENPROTECTED structure

-description

Contains information associated with an EN_PROTECTED notification code. A rich edit control sends this notification when the user attempts to edit protected text.

-struct-fields

-field nmhdr

Type: NMHDR

NMHDR notification header.

-field msg

Type: UINT

Message that triggered the notification.

-field wParam

Type: WPARAM

The wParam parameter of the message.

-field lParam

Type: LPARAM

The lParam parameter of the message.

-field chrg

Type: CHARRANGE

The current selection.

-see-also

EN_PROTECTED