Share via


CSP_PIN (Compact 2013)

3/26/2014

This structure is used to specify the property and pin type within the CSPROPSETID_Pin property set (see IOCTL_CS_PROPERTY). For information on property values, see CSPROPERTY_PIN.

Syntax

typedef struct {
  CSPROPERTY Property;
  ULONG      PinId;
  ULONG      Reserved;
} CSP_PIN, *PCSP_PIN;

Members

  • Property
    A CSPROPERTY structure that describes a pin.
  • PinId
    A ULONG value that specifies the pin type ID.
  • Reserved
    Reserved; set to 0 (zero).

Requirements

Header

cs.h

See Also

Reference

Camera Driver Structures
CSPROPERTY