ENPROTECTED
The ENPROTECTED
structure contains information associated with an EN_PROTECTED
typedef struct _enprotected {
NMHDR
nmhdr;
_WPAD
_wPad1;
UINT msg;
_WPAD
_wPad2;
WPARAM
wParam;
LPARAM
lParam;
CHARRANGE
chrg;
} ENPROTECTED;
Members
nmhdr
Notification
header.
msg
Message that
triggered the notification.
wParam
wParam
parameter of the message.
lParam
lParam
parameter of the message.
chrg
Current
selection.
See Also
EN_PROTECTED