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

Class InternalProcessProperties

include/DebugView++Lib/ProcessInfo.h:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace debugviewpp {
17
18struct InternalProcessProperties
19{
20 InternalProcessProperties();
21 InternalProcessProperties(DWORD pid, const std::wstring& name, COLORREF color);
22
23 DWORD pid; // system processId
24 std::wstring name;
25 COLORREF color;
26};
27
28struct ProcessProperties
29{

Callers 2

GetUidMethod · 0.85
GetProcessPropertiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected