Share via


SmartcardUnlockDevice (Windows Embedded CE 6.0)

1/6/2010

The SmartcardUnlockDevice function releases the device critical section claimed by SmartcardLockDevice. The Smart Card Driver Library internally uses this function.

Syntax

VOID SmartcardUnlockDevice(
  PSMARTCARD_EXTENSION SmartcardExtension
);

Parameters

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

Return Value

None.

Requirements

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

See Also

Reference

Smart Card Driver Functions

Concepts

Smart Card Driver Library