Share via


CardRequestConfigRegisterPhAddr (Windows CE 5.0)

Send Feedback

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.

STATUS CardRequestConfigRegisterPhAddr(CARD_CLIENT_HANDLEhCardClient,CARD_SOCKET_HANDLEhSock,  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 Values

Returns one of the return codes defined in the Cardsv2.h header file.

Requirements

OS Versions: Windows CE 5.0 and later
Header: Cardsv2.h
Link Library: Pcc_serv.dll

See Also

PC Card Drivers | CardRegisterClient

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.