Subversion Repositories Kolibri OS

Rev

Rev 1764 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1764 Rev 7648
Line 78... Line 78...
78
	};
78
	};
79
};
79
};
80
 
80
 
Line -... Line 81...
-
 
81
 
81
 
82
#pragma pack(push, 1)
82
union sProcessInfo
83
union sProcessInfo
83
{
84
{
84
	Byte rawData[1024];
85
	Byte rawData[1024];
85
	struct
86
	struct
86
	{
87
	{
87
		Dword cpu_usage;
88
		Dword cpu_usage;
88
		Word window_stack_position;
89
		Word window_stack_position;
89
		Word window_stack_value;
90
		Word window_slot; //slot
90
		Word reserved1;
91
		Word reserved1;
91
		char process_name[12];
92
		char process_name[12];
92
		Dword memory_start;
93
		Dword memory_start;
93
		Dword used_memory;
94
		Dword used_memory;
94
		Dword PID;
95
		Dword PID;
95
		Dword x_start;
96
		Dword x_start;
96
		Dword y_start;
97
		Dword y_start;
97
		Dword x_size;
98
		Dword width;
98
		Dword y_size;
99
		Dword height;
-
 
100
		Word slot_state;
-
 
101
		Word reserved3;
-
 
102
		Dword work_left;
-
 
103
		Dword work_top;
-
 
104
		Dword work_width;
-
 
105
		Dword work_height;
-
 
106
		char status_window;
-
 
107
		Dword cwidth;
99
		Word slot_state;
108
		Dword cheight;
100
	} processInfo;
109
	} processInfo;
-
 
110
};
Line 101... Line 111...
101
};
111
#pragma pack(pop)
102
 
112
 
103
#ifndef AUTOBUILD
113
#ifndef AUTOBUILD
104
//
114
//