Share via


CSPROPERTY

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Camera Driver Structures
CSPROPERTY_TYPE Values