Share via


SmartcardExit (Windows CE 5.0)

Send Feedback

The SmartcardExit function frees buffers that were allocated during a call to SmartcardInitialize.

VOID SmartcardExit(PSMARTCARD_EXTENSIONSmartcardExtension);

Parameters

  • SmartcardExtension
    [in] Points to the smart card extension of the device.

Return Values

None.

Remarks

The library allocates internal buffers during a call to SmartCardInitialize. SmartcardExit frees these buffers.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Smclib.h.

See Also

SmartcardInitialize

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.