Share via


CardDeregisterClient (Windows CE 5.0)

Send Feedback

This function removes a PC Card client driver's registration from card services.

STATUS CardDeregisterClient(CARD_CLIENT_HANDLEhCardClient);

Parameters

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

CardRegisterClient

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.