globalplatform
|
This abstracts dynamic library loading functions. More...
#include "globalplatform/unicode.h"
#include "globalplatform/types.h"
#include "globalplatform/error.h"
#include "globalplatform/library.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. | |
This abstracts dynamic library loading functions.