13 #ifndef GAUDIKERNEL_MODULEINFO_H 14 #define GAUDIKERNEL_MODULEINFO_H 52 #endif // GAUDIKERNEL_MODULEINFO_H
void setModuleHandle(ImageHandle handle)
Attach module handle.
void * ProcessHandle
Definition of the process handle.
const ModuleType moduleType()
Get type of the module.
const std::string & moduleNameFull()
Get the full name of the (executable/DLL) file.
const std::string & moduleName()
Get the name of the (executable/DLL) file without file-type.
ImageHandle exeHandle()
Handle to the executable file running.
ImageHandle moduleHandle()
Handle to currently executed module.
ProcessHandle processHandle()
Handle to running process.
void * ImageHandle
Definition of an image handle.
const std::vector< std::string > linkedModules()
Vector of names of linked modules.
const std::string & exeName()
Name of the executable file running.