Go to the source code of this file.
Functions | |
LONG | ContextsInitialize (void) |
LONG | CreateContextThread (PDWORD) |
Creates threads to handle messages received from Clients. |
Definition in file winscard_svc.h.
Creates threads to handle messages received from Clients.
[in] | pdwClientID | Connection ID used to reference the Client. |
SCARD_S_SUCCESS | Success. | |
SCARD_F_INTERNAL_ERROR | Exceded the maximum number of simultaneous Application Contexts. | |
SCARD_E_NO_MEMORY | Error creating the Context Thread. |
Definition at line 77 of file winscard_svc.c.
References ContextThread(), _psContext::dwClientID, Log1, Log2, PCSCLITE_MAX_APPLICATIONS_CONTEXTS, PCSCLITE_THREAD_FUNCTION, psContext, SCARD_E_NO_MEMORY, SCARD_F_INTERNAL_ERROR, SCARD_S_SUCCESS, SYS_CloseFile(), and THREAD_ATTR_DETACHED.
Referenced by SVCServiceRunLoop().