CSP_PIN (Windows Embedded CE 6.0)
1/6/2010
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 |