Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |