The answer-to-reset (ATR) parse function parses an ATR for the smart card driver library when the driver library is unable to recognize or parse it.
NTSTATUS
(*ReaderFunction[RDF_ATR_PARSE])(
PSMARTCARD_EXTENSION SmartcardExtension
);
This function returns an NTSTATUS value, or the appropriate error value.
Declared in smclib.h. Include smclib.h.
It is optional for card reader drivers to implement this callback function.