Share via


CSPROPERTY (Windows Embedded CE 6.0)

1/6/2010

This structure describes the property and request type of a property request.

Syntax

typedef struct {
  union {
    struct {
      GUID    Set;
      ULONG   Id;
      ULONG   Flags;
    };
    LONGLONG    Alignment;
  };
} CSIDENTIFIER, *PCSIDENTIFIER;
typedef CSIDENTIFIER CSPROPERTY, *PCSPROPERTY, CSMETHOD, \
        *PCSMETHOD, CSEVENT, *PCSEVENT;

Members

  • Set
    A GUID value identifying a set of functionally similar operations.
  • Id
    A ULONG value identifying an the property within the set. Each property is represented by a value in the Id member.
  • Flags
    A ULONG value that identifies the type of operation. This value must be set to one of the CSPROPERTY_TYPE Values.

Requirements

Header cs.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Structures
CSPROPERTY_TYPE Values