In Visual C++ 6.0 SCardStatus Function
I use MFC library...
in Smart Card Library, There is Function that name is ScardStaus...
The function requires 7 parameters...
sixth parameter ( LPBYTE pbAtr ) returns Card's ATR
In my source ScardStaus returns SCARD_S_SUCCESS.
That's meen is 'No problem'..
but definite value, value is null...
In this case, How can I get Atr....
plz, advice T_T

