MCPcopy 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
28bool IsDBWinViewerActive()
29{
30 Win32::Handle hMap(::OpenFileMapping(FILE_MAP_READ, false, L"DBWIN_BUFFER"));
31 return hMap != nullptr;
32}
33
34bool HasGlobalDBWinReaderRights()
35{

Callers 2

MainFunction · 0.85
OnCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected