Share via


CARD_CLIENT_HANDLE (Windows Embedded CE 6.0)

1/6/2010

This data type that identifies a driver. It is a 32-bit value. A successful call to the CardRegisterClientfunction returns a handle to the driver with this data type.

Syntax

typedef PVOID CARD_CLIENT_HANDLE; 

Remarks

Most card services functions use this data type to identify the driver, including a call to CardDeregisterClient to remove the driver from card services.

Requirements

Header cardserv.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

PCMCIA Legacy Compatiblity Layer Structures
CardDeregisterClient
CardRegisterClient