FULLPROPSPEC structure (filter.h)
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
Specifies a property set and a property within the property set.
Syntax
typedef struct tagFULLPROPSPEC {
GUID guidPropSet;
PROPSPEC psProperty;
} FULLPROPSPEC;
Members
guidPropSet
The globally unique identifier (GUID) that identifies the property set.
psProperty
A pointer to the PROPSPEC structure that specifies a property either by its property identifier (propid) or by the associated string name (lpwstr).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | filter.h |