diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/ntapi.h | 10 |
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; |