PCMCIA Legacy Compatibility Layer Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the PC Card driver functions.
Programming element | Description |
---|---|
This function reads or writes the function and configuration registers of a PC Card. |
|
This function removes a PC Card client driver's registration from card services. |
|
This function retrieves either the driver's global event mask or the event mask for a particular socket and function. |
|
This function retrieves the first tuple of the specified type for the specified socket and function. |
|
This function retrieves the next tuple of the specified type for the specified socket and function. |
|
This function reads and decodes the CISTPL_CONFIG and CISTPL_CFTABLE_ENTRY tuples. |
|
This function retrieves the current status of the specified socket and function pair. |
|
This function reads the data from the current tuple. |
|
This function maps an area in PC Card memory or I/O space to system memory and returns a pointer used to access the mapped region. |
|
This function modifies information in the fAttributes parameter, as specified by the CARD_CONFIG_INFO structure. |
|
This function changes the attributes of a memory window opened by the CardRequestWindow function. |
|
This function powers off a given socket and function pair. |
|
This function powers on a given socket and function pair. |
|
This function registers a callback function that is called by card services when a specified socket event occurs. |
|
This function places the selected socket and card into a memory-only interface, which is the default mode. |
|
This function releases exclusive access to a socket and function pair. |
|
This function stops notification of interrupts on the specified socket and function pair. |
|
This function disables the callbacks requested by the CardRequestSocketMask function for a particular socket and function pair. |
|
This function releases a memory or I/O window allocated by the CardRequestWindow function. |
|
This function sets socket attributes, interface type, voltage, and registers, as specified by the CARD_CONFIG_INFO structure. |
|
This function requests exclusive access to a specified socket and function pair. |
|
This function registers an interrupt service callback function for the specified socket and function pair. |
|
This function associates a socket and function pair with an event mask for the driver. |
|
This function allocates a window within system memory used to access PC Card memory or I/O space. |
|
This function resets a specified card function in a specified socket. |
|
This function sets either the driver's global event mask, set initially by the CardRegisterClient function, or an event mask for a specified socket and function pair as specified in the CARD_EVENT_MASK_PARMS structure. |