CardRequestConfigRegisterPhAddr (Windows Embedded CE 6.0)
1/6/2010
This function is used to support the PCMCIA legacy support driver. The PCMCIA legacy support driver requires installable interrupt service routine (ISR) support. The installable ISR uses the configuration and status register to identify an interrupt source.
Syntax
STATUS CardRequestConfigRegisterPhAddr(
CARD_CLIENT_HANDLE hCardClient,
CARD_SOCKET_HANDLE hSock,
PCARD_WINDOW_ADDRESS pCardWindowAddr,
PDWORD pOffset
);
Parameters
- hCardClient
[in] Client handle created by CardRegisterClient.
- hSock
[in] Handle passed from the registry or from an event notification.
- pCardWindowAddr
[out] Window information to which the card configuration register is mapped. For more information, see CARD_WINDOW_ADDRESS.
- pOffset
[out] Offset value from the window pointed to by pCardWindowAddr.
Return Value
Returns one of the return codes defined in the Cardsv2.h header file.
Requirements
Header | cardsv2.h |
Library | Pcc_serv.dll |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
PC Card Driver Functions
CardRegisterClient