CardDeregisterClient

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

STATUS CardDeregisterClient(
  CARD_CLIENT_HANDLE hCardClient 
);

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: Cardserv.h.
Link Library: Cardserv.lib.

See Also

CardRegisterClient

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.