summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index 71416d8..8d2b26a 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -413,6 +413,18 @@ typedef struct _ntapi_vtbl {
ntapi_sem_cancel * sem_cancel;
ntapi_sem_free * sem_free;
+ /* nt_msq.h */
+ ntapi_msq_create * msq_create;
+ ntapi_msq_open * msq_open;
+ ntapi_msq_send * msq_send;
+ ntapi_msq_recv * msq_recv;
+ ntapi_msq_fcntl * msq_fcntl;
+ ntapi_msq_ioctl * msq_ioctl;
+ ntapi_msq_query * msq_query;
+ ntapi_msq_set * msq_set;
+ ntapi_msq_cancel * msq_cancel;
+ ntapi_msq_free * msq_free;
+
/* nt_ldr.h */
ntapi_ldr_load_system_dll * ldr_load_system_dll;
ntapi_ldr_create_state_snapshot * ldr_create_state_snapshot;