SCardForgetCardType function winscard

int SCardForgetCardType(
  1. int hContext,
  2. PCWSTR szCardName
)

Removes an introduced smart card from the smart card subsystem.

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

Implementation

@pragma('vm:prefer-inline')
int SCardForgetCardType(int hContext, PCWSTR szCardName) =>
    _SCardForgetCardType(hContext, szCardName);