CARD_CLIENT_HANDLE

The CARD_CLIENT_HANDLE data type is a 32-bit value used to identify a driver. A successful call to CardRegisterClient returns a handle to the driver with 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.

See Also

CardDeregisterClient, CardRegisterClient