다음을 통해 공유


CSPROPERTY_SET (Compact 2013)

3/26/2014

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.
  • Reserved
    Reserved.

Requirements

Header

cs.h

See Also

Reference

Camera Driver Structures
CSPROPERTY_ITEM