fastdo
0.6.8
|
Dll函数动态调用 更多...
#include <system.hpp>
Public 类型 | |
typedef _PfnType | PfnType |
Public 成员函数 | |
Function () | |
Function (AnsiString const &funcName, PfnType pfn) | |
operator bool () const | |
AnsiString const & | getFuncName () const |
函数名 更多... | |
void * | get () const |
函数地址 更多... | |
template<typename... _ArgType> | |
FuncTraits< PfnType >::ReturnType | call (_ArgType &&...arg) |
函数调用 更多... | |
Dll函数动态调用
在文件 system.hpp 第 279 行定义.
typedef _PfnType winux::DllLoader::Function< _PfnType >::PfnType |
在文件 system.hpp 第 282 行定义.
|
inline |
在文件 system.hpp 第 287 行定义.
|
inline |
在文件 system.hpp 第 288 行定义.
|
inline |
函数调用
在文件 system.hpp 第 300 行定义.
|
inline |
函数地址
在文件 system.hpp 第 296 行定义.
|
inline |
函数名
在文件 system.hpp 第 293 行定义.
|
inline |
在文件 system.hpp 第 290 行定义.