Previous Next

IOCTL_SMARTCARD_SWALLOW

WDM driver version

Operation

The IOCTL_SMARTCARD_SWALLOW request causes the reader to swallow the card.

Input

None

Output

None

I/O Status

Information must be set to zero. Status can be one of the following values.

Status Meaning
STATUS_SUCCESS The card was swallowed.
STATUS_NO_MEDIA No card is in the reader.
STATUS_IO_TIMEOUT The operation has timed out.
STATUS_NOT_SUPPORTED The reader does not support swallowing.

Headers

Defined in winsmcrd.h. Include winsmcrd.h.

VxD driver version

Operation

The IOCTL_SMARTCARD_SWALLOW request causes the reader to swallow the card.

Input

None

Output

None

I/O Status Block

Following are possible return values.

Value Meaning
STATUS_SUCCESS The card was swallowed.
STATUS_NO_MEDIA No card is in the reader.
STATUS_IO_TIMEOUT The operation has timed out.
STATUS_NOT_SUPPORTED The reader does not support swallowing.

Headers

Defined in winsmcrd.h. Include winsmcrd.h.