summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_process.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-04 01:20:43 -0400
committermidipix <writeonce@midipix.org>2016-07-04 01:20:43 -0400
commitfc3c8bf6b5d35e95ae065f89aa67dcffb3c773aa (patch)
treefaab9e05e4d867c0be8f18a019e3ab19af30eb86 /include/ntapi/nt_process.h
parente3982b40263c8cc20bfa79e707380e887928f8af (diff)
downloadntapi-fc3c8bf6b5d35e95ae065f89aa67dcffb3c773aa.tar.bz2
ntapi-fc3c8bf6b5d35e95ae065f89aa67dcffb3c773aa.tar.xz
native ipc: added guid definition.
Diffstat (limited to 'include/ntapi/nt_process.h')
-rw-r--r--include/ntapi/nt_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ntapi/nt_process.h b/include/ntapi/nt_process.h
index d7a4831..092a95e 100644
--- a/include/ntapi/nt_process.h
+++ b/include/ntapi/nt_process.h
@@ -186,6 +186,7 @@ typedef enum _nt_process_create_info_class {
#define NT_PROCESS_GUID_NTPGRP {0xfa383cc0,0xa25b,0x4448,{0x83,0x45,0x51,0x45,0x4d,0xa8,0x2f,0x30}}
#define NT_PROCESS_GUID_PIDMAP {0xba054c90,0x8b4f,0x4989,{0xa0,0x52,0x32,0xce,0x41,0x9e,0xbf,0x97}}
#define NT_PROCESS_GUID_PIDANY {0x431bf6a6,0x65c4,0x4eb0,{0x88,0xca,0x16,0xfe,0xc0,0x18,0xc8,0xb7}}
+#define NT_PROCESS_GUID_NTPIPC {0xc37f1735,0x693d,0x4695,{0xbc,0x54,0x03,0xfd,0xa2,0x7d,0x43,0x0a}}
/* friendly process object directory prefixes */
#define NT_PROCESS_OBJDIR_PREFIX_NTPGRP {'n','t','p','g','r','p'}