|
fastdo
0.6.16
|
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 第 292 行定义.
| typedef _PfnType winux::DllLoader::Function< _PfnType >::PfnType |
在文件 system.hpp 第 295 行定义.
|
inline |
在文件 system.hpp 第 300 行定义.
|
inline |
在文件 system.hpp 第 301 行定义.
|
inline |
在文件 system.hpp 第 303 行定义.
|
inline |
函数名
在文件 system.hpp 第 306 行定义.
|
inline |
函数地址
在文件 system.hpp 第 309 行定义.
|
inline |
函数调用
在文件 system.hpp 第 313 行定义.