Napomena
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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[80]
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[2084]
Type: WCHAR[2084]
The URL that will be displayed in the search pane.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | shobjidl_core.h (include Shobjidl.h) |