pcsc-lite 2.3.3
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 (const 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.

Function Documentation

◆ DYN_CloseLibrary()

LONG DYN_CloseLibrary ( void *  pvLHandle)

Definition at line 68 of file dyn_unix.c.

◆ DYN_GetAddress()

LONG DYN_GetAddress ( void *  pvLHandle,
void **  pvFHandle,
const char *  pcFunction,
bool  mayfail 
)

Definition at line 87 of file dyn_unix.c.

◆ DYN_LoadLibrary()

void * DYN_LoadLibrary ( const char *  pcLibrary)

Definition at line 51 of file dyn_unix.c.