SCardForgetCardType function winscard

int SCardForgetCardType(
  1. int hContext,
  2. Pointer<Utf16> szCardName
)

The SCardForgetCardType function removes an introduced smart card from the smart card subsystem.

LONG SCardForgetCardTypeW(
  SCARDCONTEXT hContext,
  LPCWSTR      szCardName
);

Implementation

int SCardForgetCardType(int hContext, Pointer<Utf16> szCardName) =>
    _SCardForgetCardType(hContext, szCardName);