SmartcardInvertData (WDM) routine
The SmartcardInvertData routine converts the data in the passed buffer from inverse to direct, or vice versa.
Syntax
VOID SmartcardInvertData(
PUCHAR Buffer,
ULONG Length
);
Parameters
Buffer
A pointer to the buffer to convert.Length
The length, in characters, of the buffer.
Return value
None
Remarks
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 |