NMSEARCHWEB structure (commctrl.h)
Contains information used to handle an EN_SEARCHWEB notification code.
Syntax
typedef struct NMSEARCHWEB {
NMHDR hdr;
EC_SEARCHWEB_ENTRYPOINT entrypoint;
BOOL hasQueryText;
BOOL invokeSucceeded;
} NMSEARCHWEB;
Members
hdr
Type: NMHDR
An NMHDR structure that contains additional information about this notification.
entrypoint
Type: EC_SEARCHWEB_ENTRYPOINT
An enum value that indicates the entry point of the search.
hasQueryText
Type: BOOL
TRUE if there is query text; otherwise, FALSE.
invokeSucceeded
Type: BOOL
TRUE if the invoke succeeded; otherwise, FALSE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, 1809 [desktop apps only] |
Minimum supported server | Windows Server 2019 [desktop apps only] |
Header | commctrl.h |