summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_sync.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ntapi/nt_sync.h b/include/ntapi/nt_sync.h
index f5e62f3..2057632 100644
--- a/include/ntapi/nt_sync.h
+++ b/include/ntapi/nt_sync.h
@@ -205,7 +205,7 @@ typedef int32_t __stdcall ntapi_zw_query_timer(
typedef int32_t __stdcall ntapi_zw_create_event(
- __out void ** hevent,
+ __out void * volatile * hevent,
__in uint32_t desired_access,
__in nt_object_attributes * obj_attr,
__in nt_event_type event_type,
@@ -380,9 +380,9 @@ typedef int32_t __stdcall ntapi_tt_create_inheritable_event(
typedef int32_t __stdcall ntapi_tt_create_private_event(
- __out void ** hevent,
- __in nt_event_type event_type,
- __in int32_t initial_state);
+ __out void * volatile * hevent,
+ __in nt_event_type event_type,
+ __in int32_t initial_state);
typedef void __stdcall ntapi_tt_sync_block_init(