FULLPROPSPEC structure
Specifies a property set and a property within the property set.
Syntax
typedef struct tagFULLPROPSPEC { GUID guidPropSet; PROPSPEC psProperty; } FULLPROPSPEC;
Members
- guidPropSet
-
Type: GUID
-
The GUID that identifies the property set.
- psProperty
-
Type: PROPSPEC
-
The PROPSPEC structure that specifies a property either by its property identifier or by the associated string name.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Redistributable |
Windows NT 4.0 Option Pack |
|
Header |
|
See also
Show: