Subversion Repositories Kolibri OS

Rev

Rev 2239 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2239 Rev 2250
Line 72... Line 72...
72
	dword	adress,use_memory,ID,left,top,width,height;
72
	dword	adress,use_memory,ID,left,top,width,height;
73
	word	status_slot,rezerv3;
73
	word	status_slot,rezerv3;
74
	dword	work_left,work_top,work_width,work_height;
74
	dword	work_left,work_top,work_width,work_height;
75
	char	status_window;
75
	char	status_window;
76
	void	GetInfo(dword ECX);
76
	void	GetInfo(dword ECX);
-
 
77
	byte    reserved[1024-71];
77
#define SelfInfo -1
78
#define SelfInfo -1
78
};
79
};
Line 79... Line 80...
79
 
80
 
80
void proc_info::GetInfo(dword ECX)
81
void GetProcessInfo(dword EBX, ECX)
81
{
82
{
82
	EAX = 9;
-
 
83
	EBX = #use_cpu;
83
	EAX = 9;
84
	$int  0x40
84
	$int  0x40
Line 85... Line 85...
85
}
85
}
86
 
86