fastdo
0.6.8
|
Dll加载器错误 更多...
#include <system.hpp>
Public 类型 | |
enum | { dllFuncNotFound = 0x00000100, dllModuleNoLoaded } |
Public 类型 继承自 winux::SystemError | |
enum | { sysNoError } |
Public 成员函数 | |
DllLoaderError (int errType, AnsiString const &errStr) throw () | |
Public 成员函数 继承自 winux::SystemError | |
SystemError (int errType, AnsiString const &errStr) throw () | |
Public 成员函数 继承自 winux::Error | |
Error () throw () | |
Error (int errType, AnsiString const &errStr) throw () | |
virtual | ~Error () throw () |
virtual int | getErrType () const throw () |
virtual char const * | what () const throw () |
Dll加载器错误
在文件 system.hpp 第 240 行定义.
anonymous enum |
枚举值 | |
---|---|
dllFuncNotFound |
函数未找到 |
dllModuleNoLoaded |
模块没加载 |
在文件 system.hpp 第 243 行定义.
|
inline |
在文件 system.hpp 第 248 行定义.