NtCreateKeyedEvent
Function parameters
Parameters
- KeyedEventHandle:*HANDLE
- ObjectAttributes:?PVOID
Functions in this namespace
Functions
- RtlGetFullPathName_U
- Returns the number of bytes written to `Buffer`.
Source
Implementation
pub extern "ntdll" fn NtCreateKeyedEvent(
KeyedEventHandle: *HANDLE,
DesiredAccess: ACCESS_MASK,
ObjectAttributes: ?PVOID,
Flags: ULONG,
) callconv(.winapi) NTSTATUS