globalplatform
Functions
dyn_generic.h File Reference

This abstracts dynamic library loading functions. More...

#include "globalplatform/unicode.h"
#include "globalplatform/types.h"
#include "globalplatform/error.h"
#include "globalplatform/library.h"
Include dependency graph for dyn_generic.h:

Go to the source code of this file.

Functions

OPGP_NO_API OPGP_ERROR_STATUS DYN_LoadLibrary (PVOID *libraryHandle, LPCTSTR libraryName, LPCTSTR version)
 Loads a library.
 
OPGP_NO_API OPGP_ERROR_STATUS DYN_CloseLibrary (PVOID *libraryHandle)
 Unloads a library.
 
OPGP_NO_API OPGP_ERROR_STATUS DYN_GetAddress (PVOID libraryHandle, PVOID *functionHandle, LPCTSTR functionName)
 Gets the address of a function in a library.
 

Detailed Description

This abstracts dynamic library loading functions.