SCardForgetReaderGroup function winscard

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

Removes a previously introduced smart card reader group from the smart card subsystem.

Although this function automatically clears all readers from the group, it does not affect the existence of the individual readers in the database.

To learn more, see learn.microsoft.com/windows/win32/api/winscard/nf-winscard-scardforgetreadergroupw.

Implementation

@pragma('vm:prefer-inline')
int SCardForgetReaderGroup(int hContext, PCWSTR szGroupName) =>
    _SCardForgetReaderGroup(hContext, szGroupName);