From 6a47931d980b8a417f769545eea1bda7b51afea9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 5 May 2018 00:29:32 +0000 Subject: advisory file locking: integrated client-side interfaces. --- include/ntapi/ntapi.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/ntapi/ntapi.h') diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h index 3c2cfd6..a045a9f 100644 --- a/include/ntapi/ntapi.h +++ b/include/ntapi/ntapi.h @@ -431,6 +431,16 @@ typedef struct _ntapi_vtbl { ntapi_msq_cancel * msq_cancel; ntapi_msq_free * msq_free; + /* nt_afl.h */ + ntapi_afl_create * afl_create; + ntapi_afl_open * afl_open; + ntapi_afl_fcntl * afl_fcntl; + ntapi_afl_ioctl * afl_ioctl; + ntapi_afl_query * afl_query; + ntapi_afl_set * afl_set; + ntapi_afl_cancel * afl_cancel; + ntapi_afl_free * afl_free; + /* nt_ldr.h */ ntapi_ldr_load_system_dll * ldr_load_system_dll; ntapi_ldr_create_state_snapshot * ldr_create_state_snapshot; -- cgit v1.2.3