Share via


SCardForgetCardType (Windows Embedded CE 6.0)

1/6/2010

This function removes an introduced smart card from the smart card subsystem.

Syntax

LONG SCardForgetCardType(
  SCARDCONTEXT hContext, 
  LPCTSTR szCardName 
);

Parameters

  • hContext
    [in] Handle to the resource manager context. The resource manager context is set by a previous call to SCardEstablishContext.
  • szCardName
    [in] Null-terminated string that contains the friendly name of the card to be removed from the smart card database.

Return Value

The following table shows the possible return values.

Value Description

SCARD_S_SUCCESS

Succeeds

An error value (see Smart Card Error Values for a list of all error values).

Fails

Remarks

SCardForgetCardType is a database management function.

Requirements

Header winscard.h
Library winscard.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Smart Card Functions
SCardEstablishContext
SCardForgetReader
SCardIntroduceCardType