From 47f21a54cf74e2ec0fc7aa7e3ee06ab5087600a6 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 8 Sep 2017 22:22:22 +0000 Subject: integrated msgqueue client side interfaces. --- include/ntapi/ntapi.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/ntapi/ntapi.h') 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; -- cgit v1.2.3