CardDeregisterClient

This function removes a stream interface driver’s registration from Card Services.

Syntax

STATUS CardDeregisterClient( CARD_CLIENT_HANDLE hCardClient );

Parameters

hCardClient
Client handle obtained from the CardRegisterClient function.

Return Values

CERR_SUCCESS indicates success. CERR_BAD_HANDLE indicates that the hCardClient driver handle is invalid.

Remarks

This function releases all PC Card Services resources that the driver has open, and turns off any PC Card sockets that contain unused PC Cards.

Driver Name

PCMCIA

See Also

CardRegisterClient