![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cOSModule.h>
Public Member Functions | |
| cOSModuleFunc (TYPE pFunc=nullptr) | |
| ~cOSModuleFunc () | |
| void | ClearFuncAddress () |
| bool | put_FuncAddress (TYPE pFunc) |
| bool | put_FuncGeneric (FARPROC pFunc) |
| bool | isValidFunc () const |
| operator TYPE () const | |
Public Attributes | |
| TYPE | m_pFunc |
| FARPROC to typedef int (FAR WINAPI *FARPROC)();. More... | |
track a single entry point/procedure/function in the DLL/SO/Module file.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| TYPE Gray::cOSModuleFunc< TYPE >::m_pFunc |
FARPROC to typedef int (FAR WINAPI *FARPROC)();.