MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetDBWinName

Function GetDBWinName

DebugView++Lib/DBWinReader.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19constexpr int systemProcessNamesCount = sizeof(systemProcessNames) / sizeof(systemProcessNames[0]);
20
21std::wstring GetDBWinName(bool global, const std::wstring& name)
22{
23 return global ? L"Global\\" + name : name;
24}
25
26Win32::Handle CreateDBWinBufferMapping(bool global)
27{

Callers 2

CreateDBWinBufferMappingFunction · 0.85
DBWinReaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected