Share via


CARD_CLIENT_HANDLE (Windows CE 5.0)

Send Feedback

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

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

OS Versions: Windows CE 1.0 and later.
Header: Cardserv.h.

See Also

CardDeregisterClient | CardRegisterClient

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.