pcsc-lite 1.6.4
|
Data Fields | |
int32_t | hContext |
list_t | cardsList |
pthread_mutex_t | cardsList_lock |
lock for the above list | |
uint32_t | dwClientID |
Connection ID used to reference the Client. | |
pthread_t | pthThread |
Event polling thread's ID. | |
int | protocol_major |
int | protocol_minor |
Protocol number agreed between client and server. |
Definition at line 59 of file winscard_svc.c.
uint32_t dwClientID |
Connection ID used to reference the Client.
Definition at line 64 of file winscard_svc.c.
Referenced by CreateContextThread().