| 164 | |
| 165 | static int GetNumSections() { return NumSections; } |
| 166 | static void SetNumSections(__in const unsigned int nSections) { NumSections = nSections; } |
| 167 | |
| 168 | static wstring GetExecutableModuleName() { return ExecutableModuleNameW; } |
| 169 | static void SetExecutableModuleName(wstring name) { ExecutableModuleNameW = name; } |
nothing calls this directly
no outgoing calls
no test coverage detected