![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::cOSModule, including all inherited members.
AttachModule(HMODULE hModule=((HMODULE) nullptr), UINT32 uFlags=k_Load_Normal) | Gray::cOSModule | inline |
AttachModuleName(const FILECHAR_t *pszModuleName, UINT32 uFlags=k_Load_NoRefCount) | Gray::cOSModule | |
CheckModuleTypeFile(const FILECHAR_t *pszPathName) | Gray::cOSModule | static |
ClearModule() noexcept | Gray::cOSModule | inline |
cOSModule(HMODULE hModule=((HMODULE) nullptr), UINT32 uFlags=k_Load_Normal) | Gray::cOSModule | |
cOSModule(const FILECHAR_t *pszModuleName, UINT32 uFlags) | Gray::cOSModule | |
cOSModuleTests class | Gray::cOSModule | friend |
DetachModule() noexcept | Gray::cOSModule | inline |
FreeModuleLast() | Gray::cOSModule | protected |
FreeThisModule() | Gray::cOSModule | |
get_ModuleHandle() const noexcept | Gray::cOSModule | inline |
get_ModuleInt() const noexcept | Gray::cOSModule | inline |
get_Name() const | Gray::cOSModule | |
GetLastErrorDef(HRESULT hResDef=E_FAIL) const | Gray::cOSModule | inline |
GetModuleHandleForAddr(const void *pAddr) | Gray::cOSModule | static |
GetModulePath(FILECHAR_t *pszModuleName, StrLen_t nSizeMax) const | Gray::cOSModule | |
GetSymbolAddress(const char *pszSymbolName) const | Gray::cOSModule | |
isResourceModule() const noexcept | Gray::cOSModule | inline |
isValidModule() const noexcept | Gray::cOSModule | inline |
k_Load_ByName | Gray::cOSModule | static |
k_Load_NoRefCount | Gray::cOSModule | static |
k_Load_OSMask | Gray::cOSModule | static |
LoadModule(const FILECHAR_t *pszModuleName, UINT32 uFlags=k_Load_Normal) | Gray::cOSModule | |
LoadModuleWithSymbol(const FILECHAR_t *pszModuleName, const char *pszSymbolName) | Gray::cOSModule | |
operator HMODULE() const noexcept | Gray::cOSModule | inline |
~cOSModule() | Gray::cOSModule |