Share via


SmartcardExit

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

VOID SmartcardExit(
  PSMARTCARD_EXTENSION SmartcardExtension
);

Parameters

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

Return Value

None.

Remarks

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

Requirements

Header smclib.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

SmartcardInitialize