Represents an Application Context on the Server side. More...
Data Fields | |
| uint32_t | hContext |
| uint32_t | hCard [PCSCLITE_MAX_APPLICATION_CONTEXT_CHANNELS] |
| uint32_t | dwClientID |
| Connection ID used to reference the Client. | |
| PCSCLITE_THREAD_T | pthThread |
| Event polling thread's ID. | |
| sharedSegmentMsg | msgStruct |
| Msg sent by the Client. | |
| int | protocol_major |
| int | protocol_minor |
| Protocol number agreed between client and server. | |
Represents an Application Context on the Server side.
An Application Context contains Channels (hCard).
Definition at line 42 of file winscard_svc.c.
| uint32_t dwClientID |
Connection ID used to reference the Client.
Definition at line 46 of file winscard_svc.c.
Referenced by CreateContextThread(), and MSGFunctionDemarshall().
1.6.1