We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4425e commit 5f5e6faCopy full SHA for 5f5e6fa
DebugView++Lib/DBWinReader.cpp
@@ -57,7 +57,7 @@ void DBWinReader::Notify()
57
}
58
else
59
{
60
- HANDLE handle = ::OpenProcess(PROCESS_QUERY_INFORMATION | SYNCHRONIZE, FALSE, m_dbWinBuffer->processId);
+ HANDLE handle = ::OpenProcess(PROCESS_QUERY_LIMITED_INFORMATION | SYNCHRONIZE, FALSE, m_dbWinBuffer->processId);
61
#ifdef OPENPROCESS_DEBUG
62
if (!handle)
63
0 commit comments