summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_port.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-04 20:26:39 +0000
committermidipix <writeonce@midipix.org>2018-05-07 01:27:03 -0400
commitb92a12fc14551f51f02a68fdf6c0265a758f1c15 (patch)
tree39647c9e41f6fa6cc40f480ce3d129e1b744802e /include/ntapi/nt_port.h
parent0e25b018afe1d358f8734205c2b42e1eb045ccb6 (diff)
downloadntapi-b92a12fc14551f51f02a68fdf6c0265a758f1c15.tar.bz2
ntapi-b92a12fc14551f51f02a68fdf6c0265a758f1c15.tar.xz
subsystem interfaces: integrated advisory file locking definitions.
Diffstat (limited to 'include/ntapi/nt_port.h')
-rw-r--r--include/ntapi/nt_port.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/nt_port.h b/include/ntapi/nt_port.h
index 3e4b293..ff1cdb9 100644
--- a/include/ntapi/nt_port.h
+++ b/include/ntapi/nt_port.h
@@ -39,6 +39,8 @@ typedef enum _nt_port_type {
NT_PORT_TYPE_SEMSVC, /* {'s','e','m','s','v','c'} */
NT_PORT_TYPE_MSQCTL, /* {'m','s','q','c','t','l'} */
NT_PORT_TYPE_MSQSVC, /* {'m','s','q','s','v','c'} */
+ NT_PORT_TYPE_AFLCTL, /* {'a','f','l','c','t','l'} */
+ NT_PORT_TYPE_AFLSVC, /* {'a','f','l','s','v','c'} */
NT_PORT_TYPE_CAP
} nt_port_type;
@@ -67,6 +69,8 @@ typedef enum _nt_port_subtype {
#define NT_PORT_GUID_SEMSVC {0xa50f4380,0x854a,0x4260,{0x9d,0x8d,0xc2,0xc2,0xa1,0x16,0xde,0xf3}}
#define NT_PORT_GUID_MSQCTL {0xd2a8c20a,0x0e4b,0x4a7b,{0xb2,0x3a,0x86,0xa4,0x3b,0x87,0x9a,0x26}}
#define NT_PORT_GUID_MSQSVC {0x3e443cd7,0xdd08,0x4133,{0x9c,0x92,0x02,0x5d,0x9e,0xbd,0x3a,0xcd}}
+#define NT_PORT_GUID_AFLCTL {0xb76ce06d,0x60c6,0x4404,{0xa8,0x31,0xc1,0x82,0xea,0xb8,0x1d,0xa2}}
+#define NT_PORT_GUID_AFLSVC {0xdb346154,0xa096,0x450d,{0x80,0xb7,0x33,0x97,0x73,0xde,0xf4,0xbd}}
/* lpc messages */