Share via


RDF_CARD_EJECT

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The RDF_CARD_EJECT callback function ejects an inserted smart card. This callback function is optional.

Syntax

NTSTATUS (*ReaderFunction[RDF_CARD_EJECT])(
  PSMARTCARD_EXTENSION SmartcardExtension
);

Parameters

Return Value

This function returns an NTSTATUS value. Possible values are the following.

Value Description

STATUS_SUCCESS

Function successfully executed.

STATUS_NO_MEDIA

No card is in the reader.

STATUS_IO_TIMEOUT

The request has timed out.

Requirements

Header smclib.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

IOCTL_SMARTCARD_EJECT