| Base |
uint64 |
Base address. |
TraceServices/Model/Modules.h |
|
| bIsUnloaded |
std::atomic< bool > |
If the module was unloaded or not. |
TraceServices/Model/Modules.h |
|
| FullName |
const TCHAR * |
Full name as reported by the event. |
TraceServices/Model/Modules.h |
|
| Name |
const TCHAR * |
Name of the module. |
TraceServices/Model/Modules.h |
|
| Size |
uint32 |
Size in memory. |
TraceServices/Model/Modules.h |
|
| Stats |
TraceServices::FModule::SymbolStats |
|
TraceServices/Model/Modules.h |
|
| Status |
std::atomic< EModuleStatus > |
Status of loading debug information. |
TraceServices/Model/Modules.h |
|
| StatusMessage |
const TCHAR * |
If status is loaded, contains the path to the debug info. If failure state contains an error message. |
TraceServices/Model/Modules.h |
|