Share via


CardDeregisterClient (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

STATUS CardDeregisterClient(
  CARD_CLIENT_HANDLE hCardClient 
);

Parameters

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

See Also

Reference

PC Card Driver Functions
CardRegisterClient