EXTRASEARCH structure
Applies to: desktop apps only
Used by an IEnumExtraSearch enumerator object to return information on the search objects supported by a Shell Folder object.
Syntax
typedef struct EXTRASEARCH {
GUID guidSearch;
WCHAR wszFriendlyName[80];
WCHAR wszUrl[2084];
} EXTRASEARCH, *LPEXTRASEARCH;
Members
- guidSearch
-
Type: GUID
-
A search object's GUID.
- wszFriendlyName
-
Type: WCHAR[80]
-
A Unicode string containing the search object's friendly name. It will be used to identify the search engine on the Search Assistant menu.
- wszUrl
-
Type: WCHAR[2084]
-
The URL that will be displayed in the search pane.
Requirements
|
Minimum supported client | Windows 2000 Professional, Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 3/7/2012