#include "dkcDLL.h"
Include dependency graph for dkcDLL.c:
Functions | |
DKC_DLL *WINAPI | dkcLoadLibrary (const char *filename) |
Win32APIで言うLoadLibrary. | |
void *WINAPI | dkcGetProcAddress (DKC_DLL *dll, const char *id) |
Win32APIで言うGetProcAddress. | |
int WINAPI | dkcUnloadLibrary (DKC_DLL **pp) |
Win32APIで言うFreeLibrary. |
|
Win32APIで言うGetProcAddress.
|
|
Win32APIで言うLoadLibrary.
|
|
Win32APIで言うFreeLibrary.
|