This structure is used by the PDCardGetSocket and PDCardSetSocket functions to retrieve or change the specified socket’s characteristics.
typedef struct {
 UINT8 fSocketCaps;
 UINT8 fInterruptEvents;
 UINT8 fNotifyEvents;
 UINT8 fControlCaps;
 UINT8 fInterfaceType;
 UINT8 fIREQRouting;
 UINT8 fVcc;
 UINT8 uVpp1;
 UINT8 uVpp2;
} PDCARD_SOCKET_STATE;
This structure PDCARD_SOCKET_STATE is declared in the Sockserv.h header file. It supports the implementation of the driver described in sample PC Card socket driver.