SCardIntroduceReaderGroup function winscard

int SCardIntroduceReaderGroup(
  1. int hContext,
  2. PCWSTR szGroupName
)

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);