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.
This function removes a PC Card client driver's registration from card services.
STATUS CardDeregisterClient(CARD_CLIENT_HANDLEhCardClient);
Parameters
- hCardClient
[in] Client handle obtained from the CardRegisterClient function.
Return Values
- CERR_SUCCESS
Indicates success. - CERR_BAD_HANDLE
Indicates that the hCardClient driver handle is not valid.
Remarks
This function releases all card services resources that the driver has open and turns off any PC Card sockets that contain unused PC Cards.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Cardsv2.h.
Link Library: Pcc_serv.dll
See Also
Send Feedback on this topic to the authors