From b92a12fc14551f51f02a68fdf6c0265a758f1c15 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 4 May 2018 20:26:39 +0000 Subject: subsystem interfaces: integrated advisory file locking definitions. --- include/ntapi/nt_port.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ntapi/nt_port.h') 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 */ -- cgit v1.2.3