Structure NMSEARCHWEB (commctrl.h)
Contient les informations utilisées pour gérer un code de notification EN_SEARCHWEB .
Syntaxe
typedef struct NMSEARCHWEB {
NMHDR hdr;
EC_SEARCHWEB_ENTRYPOINT entrypoint;
BOOL hasQueryText;
BOOL invokeSucceeded;
} NMSEARCHWEB;
Membres
hdr
Type : NMHDR
Structure NMHDR qui contient des informations supplémentaires sur cette notification.
entrypoint
Type : EC_SEARCHWEB_ENTRYPOINT
Valeur d’énumération qui indique le point d’entrée de la recherche.
hasQueryText
Type : BOOL
TRUE s’il existe du texte de requête ; sinon, FALSE.
invokeSucceeded
Type : BOOL
TRUE si l’appel a réussi ; sinon, FALSE.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, 1809 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2019 [applications de bureau uniquement] |
En-tête | commctrl.h |