"The SCardGetAttrib function gets the current reader attributes for the specified handle. It does not affect the state of the reader, driver, or card." [http://msdn.microsoft.com/en-us/library/aa379559(VS.85).aspx]
3/6/2010 1:40:07 AM - mrprgrmr-12.11.145.74
.
static extern Int32 SCardGetAttrib(
.
Declare Function SCardGetAttrib Lib "winscard.dll" (TODO) As TODO
.
ret = SCardGetAttrib(hCard, SCARD_ATTR_ATR_STRING, pbAttr, ref pcbAttrLen);