Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the PC Card driver structures.
Programming element | Description |
---|---|
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_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_REGISTER_PARMS | This structure contains driver characteristics passed to the CardRegisterClient function.All members are input-only. |
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_ADDRESS | This structure contains window address information. |
CARD_WINDOW_HANDLE | This data type maps a window within system memory. It is used by the CardRequestWindow function. The window can be used to access the PC Card memory or I/O space. The CardRequestWindow function returns a 32-bit handle to the mapped window with this data type. |
CARD_WINDOW_PARMS | This structure contains desired memory or I/O window characteristics passed to the CardRequestWindow function. |
See Also
PC Card Driver Reference | PC Card Drivers
Send Feedback on this topic to the authors