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

Class ProcessProperties

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

Source from the content-addressed store, hash-verified

26};
27
28struct ProcessProperties
29{
30 explicit ProcessProperties(const InternalProcessProperties& iprops);
31
32 DWORD uid; // unique id
33 DWORD pid; // system processId
34 std::wstring name;
35 COLORREF color;
36};
37
38class ProcessInfo
39{

Callers 1

GetProcessPropertiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected