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.
1/6/2010
This function removes a PC Card client driver's registration from card services.
Syntax
STATUS CardDeregisterClient(
CARD_CLIENT_HANDLE hCardClient
);
Parameters
- hCardClient
[in] Client handle obtained from the CardRegisterClient function.
Return Value
- CERR_SUCCESS
Indicates success.
- CERR_BAD_HANDLE
Indicates that the hCardClient driver handle is not valid.
Remarks
CardDeregisterClient does not release the IRQ or free any memory windows. Separate calls must be made to CardReleaseIRQ and CardReleaseWindow before calling this function.
Requirements
| Header | cardsv2.h |
| Library | Pcc_serv.dll |
| Windows Embedded CE | Windows CE 1.0 and later |