// smclib.h
NTSTATUS (*ReaderFunction[RDF_ATR_PARSE])(
PSMARTCARD_EXTENSION SmartcardExtension
);
View the official Windows hardware development documentationNo description available.
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.
This function returns an NTSTATUS value, or the appropriate error value.
It is optional for smart card reader drivers to implement this callback function.
| Target platform | Desktop |
| Header | Smclib.h (include Smclib.h) |