Structure ENPROTECTED (richedit.h)
Contient des informations associées à un code de notification EN_PROTECTED . Un contrôle d’édition enrichi envoie cette notification lorsque l’utilisateur tente de modifier du texte protégé.
Syntaxe
typedef struct _enprotected {
NMHDR nmhdr;
UINT msg;
WPARAM wParam;
LPARAM lParam;
CHARRANGE chrg;
} ENPROTECTED;
Membres
nmhdr
Type : NMHDR
En-tête de notification NMHDR.
msg
Type : UINT
Message qui a déclenché la notification.
wParam
Type : WPARAM
Paramètre wParam du message.
lParam
Type : LPARAM
Paramètre lParam du message.
chrg
Type : CHARRANGE
Sélection actuelle.
Spécifications
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | richedit.h |