#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
#include "misc.h"
#include "pcsclite.h"
#include "ifdhandler.h"
#include "debuglog.h"
#include "thread_generic.h"
#include "readerfactory.h"
#include "eventhandler.h"
#include "dyn_generic.h"
#include "sys_generic.h"
#include "ifdwrapper.h"
#include "prothandler.h"
#include "strlcpycat.h"
Go to the source code of this file.
Functions | |
void | EHStatusHandlerThread (PREADER_CONTEXT) |
LONG | EHInitializeEventStructures (void) |
LONG | EHDestroyEventHandler (PREADER_CONTEXT rContext) |
LONG | EHSpawnEventHandler (PREADER_CONTEXT rContext) |
void | EHSetSharingEvent (PREADER_CONTEXT rContext, DWORD dwValue) |
Variables | |
static PREADER_STATE | readerStates [PCSCLITE_MAX_READERS_CONTEXTS] |
Definition in file eventhandler.c.