This data type is a 32-bit value used to identify a driver. A successful call to the CardRegisterClient function returns a handle to the driver with this data type.
typedef PVOID CARD_CLIENT_HANDLE;
Most Card Services functions use this data type to identify the driver, including a call to CardDeregisterClient to remove the driver from Card Services.
CardDeregisterClient, CardRegisterClient