SmartcardGetDebugLevel (WDM) routine
The SmartcardGetDebugLevel routine gets the debug level.
Syntax
VOID SmartcardGetDebugLevel(
_In_ PSMARTCARD_EXTENSION SmartcardExtension
);
Parameters
- SmartcardExtension [in]
A pointer to a SMARTCARD_EXTENSION structure that contains the device extension of the smart card device.
Return value
None
Requirements
Target platform |
Desktop |
Version |
Available in Windows XP and later versions of Windows. |
Header |
Smclib.h (include Smclib.h) |
Library |
Smclib.lib |
IRQL |
<= DISPATCH_LEVEL |
See also