Hi everyone, I am having problem with function I cannot get to work properly
when no card are inserted into my reader.
The first call with SCARD_STATE_UNAWARE return immediately with dwEventState
equal to 0x000222. Then I copy this value into CurrentState recall
SCardGetStatusChange. Return without blocking again but this time with
dwEventState equal to 0x000012. If I repeat the process without inserting a
card it will switch of status between 0x000222 and 0x000012 back and forth.
If I insert a card in the reader it will return me that a card is present
and the next call to SCardGetStatusChange will block until I remove the card
which is correct...
Do you have any idea what it could be?
Regards,