Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ IsDBWinViewerActive
Function
IsDBWinViewerActive
DebugView++Lib/DBWinBuffer.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
bool IsDBWinViewerActive()
29
{
30
Win32::Handle hMap(::OpenFileMapping(FILE_MAP_READ, false, L
"DBWIN_BUFFER"
));
31
return hMap != nullptr;
32
}
33
34
bool HasGlobalDBWinReaderRights()
35
{
Callers
2
Main
Function · 0.85
OnCreate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected