Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |