Share via


PCMCIA Legacy Compatiblity Layer Structures (Windows Embedded CE 6.0)

1/6/2010

The following table shows the PC Card driver structures.

Programming element Description

CARD_CLIENT_HANDLE

This data type is a 32-bit value used to identify a driver.

CARD_CONFIG_INFO

This structure contains PC Card configuration information.

CARD_DATA_PARMS

This structure contains tuple information passed to the CardGetTupleData function.

CARD_EVENT

This type contains event values in a registered driver callback function.

CARD_EVENT_MASK_PARMS

This structure contains event mask configurations passed to the CardGetEventMask and CardSetEventMask functions.

CARD_EVENT_PARMS

This structure contains additional information for particular callback events and is passed as the third member to the client's callback function.

CARD_ISR

This structure stores context data specified by CardRequestIRQ. When a PC Card generates an interrupt on the PC Card interrupt line, card services calls the interrupt handler that is associated with a specified socket and function pair.

CARD_REGISTER_PARMS

This structure contains driver characteristics passed to the CardRegisterClient function.

CARD_SOCKET_HANDLE

This structure identifies a socket and function pair composed of a socket number and function number.

CARD_STATUS

This structure returns data. It is used by the CardGetStatus function.

CARD_TUPLE_PARMS

This structure contains tuple information passed to the CardGetFirstTuple, CardGetNextTuple, and CardGetTupleData functions.

CARD_WINDOW_HANDLE

This data type maps a window within system memory. It is used by the CardRequestWindow function.

CARD_WINDOW_PARMS

This structure contains memory or I/O window characteristics passed to the CardRequestWindow function.

CLIENT_CALLBACK

This function specifies the prototype for PC Card event callback functions.

PARSED_CFTABLE

This structure returns data for the CISTPL_CFTABLE_ENTRY tuple code. It is used by the CardGetParsedTuple function.

PARSED_CONFIG

This structure returns data for the CISTPL_CONFIG tuple code. It is used by the CardGetParsedTuple function to.

POWER_DESCR

This structure contains the characteristics of one of the PC Card voltage sources: Vcc, Vpp1, or Vpp2.

See Also

Reference

PCMCIA Legacy Compatibility Layer Reference