| 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; } |
| 170 | |
| 171 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected