SCardIntroduceReaderGroup function winscard
Introduces a reader group to the smart card subsystem.
However, the reader group is not created until the group is specified when adding a reader to the smart card database.
To learn more, see learn.microsoft.com/windows/win32/api/winscard/nf-winscard-scardintroducereadergroupw.
Implementation
@pragma('vm:prefer-inline')
int SCardIntroduceReaderGroup(int hContext, PCWSTR szGroupName) =>
_SCardIntroduceReaderGroup(hContext, szGroupName);