Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This function removes a PC Card client driver's registration from card services.
Syntax
STATUS CardDeregisterClient(
CARD_CLIENT_HANDLE hCardClient
);
Parameters
- hCardClient
[in] Client handle obtained from the CardRegisterClient function.
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 |