MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~ScopedCursor

Method ~ScopedCursor

Win32Lib/Win32Lib.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389ScopedCursor::~ScopedCursor()
390{
391 if (m_hCursor)
392 ::SetCursor(m_hCursor);
393}
394
395void SetPrivilege(HANDLE hToken, const wchar_t* privilege, bool enablePrivilege)
396{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected