| 387 | } |
| 388 | |
| 389 | ScopedCursor::~ScopedCursor() |
| 390 | { |
| 391 | if (m_hCursor) |
| 392 | ::SetCursor(m_hCursor); |
| 393 | } |
| 394 | |
| 395 | void SetPrivilege(HANDLE hToken, const wchar_t* privilege, bool enablePrivilege) |
| 396 | { |
nothing calls this directly
no outgoing calls
no test coverage detected