SCardForgetCardType function winscard
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);