SCardIntroduceReader function winscard
The SCardIntroduceReader function introduces a new name for an existing smart card reader.
LONG SCardIntroduceReaderW(
SCARDCONTEXT hContext,
LPCWSTR szReaderName,
LPCWSTR szDeviceName
);
Implementation
int SCardIntroduceReader(
int hContext,
Pointer<Utf16> szReaderName,
Pointer<Utf16> szDeviceName,
) => _SCardIntroduceReader(hContext, szReaderName, szDeviceName);