RDF_ATR_PARSE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// smclib.h

NTSTATUS (*ReaderFunction[RDF_ATR_PARSE])(
   PSMARTCARD_EXTENSION SmartcardExtension
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (smartcard-rdf-atr-parse-callback)

RDF_ATR_PARSE callback function

The RDF_ATR_PARSE parse function parses an answer-to-reset (ATR) for the smart card driver library when the driver library is unable to recognize or parse the smart card driver library.

Parameters

Return value

This function returns an NTSTATUS value, or the appropriate error value.

Remarks

It is optional for smart card reader drivers to implement this callback function.

Requirements

Target platform Desktop
Header Smclib.h (include Smclib.h)

See also

SMARTCARD_EXTENSION