|
pcsc-lite
1.8.23
|
Represents an Application Context on the Client side. More...
Data Fields | |
| DWORD | dwClientID |
| Client Connection ID. | |
| SCARDCONTEXT | hContext |
| Application Context ID. | |
| pthread_mutex_t | mMutex |
| Mutex for this context. | |
| list_t | channelMapList |
| char | cancellable |
| We are in a cancellable call. | |
Represents an Application Context on the Client side.
An Application Context contains Channels (_psChannelMap).
Definition at line 314 of file winscard_clnt.c.
1.8.14