Class ModuleInfoW
Defined in File WMX3Api.h
Class Documentation
-
class ModuleInfoW
This class contains the information of a module.
Public Functions
-
ModuleInfoW()
Public Members
-
unsigned char suspend
Flag indicating whether the module is in suspended state.
-
ModuleType::T type
The type of the module.
-
int id
The id number of the module. This number is unique to each type of module.
-
int slot
The slot number of the module. This number is assigned to each module in the order that they are loaded.
-
wchar_t fileName[constants::moduleFileNameLen]
The file name of the module.
-
wchar_t moduleName[constants::moduleNameLen]
The name of the module.
-
wchar_t moduleDesc[constants::moduleDescLen]
A description of the module.
-
int majorVersion
The major version number of the module.
-
int minorVersion
The minor version number of the module.
-
int revisionVersion
The revision version number of the module.
-
int fixVersion
The fix version number of module.
-
int memory
The amount of memory occupied by the module.
-
ModuleInfoW()