Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |