Kiwano Engine v1.3.x
|
DLL库 更多...
#include <Library.h>
Public 成员函数 | |
Library () | |
构造DLL库 | |
Library (StringView lib) | |
构造DLL库 更多... | |
bool | Load (StringView lib) |
加载DLL 更多... | |
bool | IsValid () const |
是否有效 | |
void | Free () |
释放DLL | |
FARPROC | GetProcess (StringView proc_name) |
检索指定的DLL中的输出库函数地址 更多... | |
template<typename _Proc > | |
_Proc | GetProcess (StringView proc_name) |
检索指定的DLL中的输出库函数地址 更多... | |
DLL库
kiwano::Library::Library | ( | StringView | lib | ) |
构造DLL库
lib | DLL文件路径 |
FARPROC kiwano::Library::GetProcess | ( | StringView | proc_name | ) |
检索指定的DLL中的输出库函数地址
proc_name | 函数名 |
|
inline |
检索指定的DLL中的输出库函数地址
proc_name | 函数名 |
bool kiwano::Library::Load | ( | StringView | lib | ) |
加载DLL
lib | DLL文件路径 |