CSPROPERTY_SET (Windows Embedded CE 6.0)
1/6/2010
This structure may be used by kernel streaming drivers or pins to describe how they support a property set.
Syntax
typedef struct {
const GUID* Set;
ULONG PropertiesCount;
const CSPROPERTY_ITEM* PropertyItem;
ULONG FastIoCount;
LPVOID Reserved;
} CSPROPERTY_SET, *PCSPROPERTY_SET;
Members
- Set
A pointer to a GUID that identifies the property set.
- PropertiesCount
A ULONG value that specifies the size of the array pointed to by the PropertyItem member.
- PropertyItem
A pointer to an array of CSPROPERTY_ITEM structures that describe how the driver or pin supports each property in the set.
- FastIoCount
Reserved for system use.
- Reserved
Reserved for system use.
Requirements
Header | cs.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |