summaryrefslogtreecommitdiff
path: root/Source/Library/Interface
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-09 16:02:23 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-09 16:02:23 +0100
commit8ec4ea37162121bf76d9df4b469478697ef6ba04 (patch)
treeea9e3583ab8041f4f5734187e5d0a68ee345eb55 /Source/Library/Interface
parent7471d467fed21671f2f4549446249de7e3a7d578 (diff)
downloadMelon-8ec4ea37162121bf76d9df4b469478697ef6ba04.tar.gz
Melon-8ec4ea37162121bf76d9df4b469478697ef6ba04.zip
Some changes
Diffstat (limited to 'Source/Library/Interface')
-rw-r--r--Source/Library/Interface/Process.iface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Library/Interface/Process.iface.h b/Source/Library/Interface/Process.iface.h
index 4d3217f..b387801 100644
--- a/Source/Library/Interface/Process.iface.h
+++ b/Source/Library/Interface/Process.iface.h
@@ -15,6 +15,7 @@
#define PRIF_FREEPAGES 0x03 //Free frames for pages (v) | i:position, i:count
#define PRIF_GETPID 0x04 //Get PID of a process (i) | no arguments
#define PRIF_GETPPID 0x05 //Get PPID of a process (i) | no arguments
+#define PRIF_GETUID 0x06 //Get UID of a process (i) | no arguments
#define PRIF_ARGC 0x10 //Get argument count for a process (i) | no arguments
#define PRIF_ARGV 0x11 //Get argument value for a process (S) | i:argument_index