pcsc-lite
1.8.8
|
Represents the 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 the an Application Context on the Client side.
An Application Context contains Channels (_psChannelMap
).
Definition at line 290 of file winscard_clnt.c.