Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors