CardDeregisterClient

The CardDeregisterClient function removes an installable device driver's registration from Card Services.

Syntax

STATUS CardDeregisterClient( CARD_CLIENT_HANDLE hCardClient );

Parameters

hCardClient
Specifies a client handle obtained from CardRegisterClient.

Return Values

If the function succeeds, it returns CERR_SUCCESS. If the hCardClient driver handle is invalid, the function returns CERR_BAD_HANDLE.

Remarks

CardDeregisterClient releases all PC Card Services resources the driver has open.

See Also

CardRegisterClient