Share via


CSP_PIN

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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. Should be set to zero.

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