Main Page | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

dkcDLL.h File Reference

DLL wrapper. More...

#include "dkcOSIndependent.h"

Include dependency graph for dkcDLL.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

struct  dkc_DLL

Typedefs

typedef dkc_DLL DKC_DLL

Functions

DKC_EXTERN DKC_DLL *WINAPI dkcLoadLibrary (const char *filename)
 Win32APIで言うLoadLibrary.

DKC_EXTERN void *WINAPI dkcGetProcAddress (DKC_DLL *dll, const char *id)
 Win32APIで言うGetProcAddress.

DKC_EXTERN int WINAPI dkcUnloadLibrary (DKC_DLL **pp)
 Win32APIで言うFreeLibrary.


Detailed Description

DLL wrapper.

d金魚

Since:
2004/04/26
Note:
DLL wrapper

Typedef Documentation

typedef struct dkc_DLL DKC_DLL
 


Function Documentation

DKC_EXTERN void* WINAPI dkcGetProcAddress DKC_DLL dll,
const char *  id
 

Win32APIで言うGetProcAddress.

DKC_EXTERN DKC_DLL* WINAPI dkcLoadLibrary const char *  filename  ) 
 

Win32APIで言うLoadLibrary.

DKC_EXTERN int WINAPI dkcUnloadLibrary DKC_DLL **  pp  ) 
 

Win32APIで言うFreeLibrary.


Generated on Mon Apr 26 19:37:02 2004 for dkutil_c by doxygen 1.3.6