| 112 | |
| 113 | bool IsRunningAsAdministrator() { return m_bIsRunningAsAdministrator; } |
| 114 | bool IsReallyAdministrator() { return m_bIsReallyAdministrator; } |
| 115 | // Implementation |
| 116 | |
| 117 | DECLARE_MESSAGE_MAP() |
nothing calls this directly
no outgoing calls
no test coverage detected