summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-05-05 00:29:32 +0000
committermidipix <writeonce@midipix.org>2018-05-07 08:33:42 -0400
commit6a47931d980b8a417f769545eea1bda7b51afea9 (patch)
tree9b73d8f9126496cb05f563e7806bd95571b5916a /include
parentdbeebdf22fad8254aa615b071c878b7a086246ed (diff)
downloadntapi-6a47931d980b8a417f769545eea1bda7b51afea9.tar.bz2
ntapi-6a47931d980b8a417f769545eea1bda7b51afea9.tar.xz
advisory file locking: integrated client-side interfaces.
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/ntapi.h10
1 files changed, 10 insertions, 0 deletions
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;