pcsc-lite 2.0.1
Functions
dyn_generic.h File Reference

This abstracts dynamic library loading functions. More...

#include <stdbool.h>
#include "wintypes.h"

Go to the source code of this file.

Functions

void * DYN_LoadLibrary (char *)
 
LONG DYN_CloseLibrary (void *)
 
LONG DYN_GetAddress (void *, void **, const char *, bool)
 

Detailed Description

This abstracts dynamic library loading functions.

Definition in file dyn_generic.h.