Use process_information structure in the kernel

Copied from the userspace macros.inc

git-svn-id: svn://kolibrios.org@9967 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-01-15 05:16:31 +00:00
parent e9719d21a3
commit 7b51a89852
2 changed files with 22 additions and 14 deletions

View File

@@ -485,6 +485,22 @@ struct BOX
height dd ?
ends
struct process_information
cpu_usage dd ? ; +0
window_stack_position dw ? ; +4
window_stack_value dw ? ; +6
dw ? ; +8
process_name rb 12 ; +10
memory_start dd ? ; +22
used_memory dd ? ; +26
PID dd ? ; +30
box BOX ; +34
slot_state dw ? ; +50
dw ? ; +52
client_box BOX ; +54
wnd_state db ? ; +70
ends
struct APPDATA
app_name rb 11
rb 5