Function windows_native::ntexapi::NtCreateSemaphore
source · pub unsafe extern "system" fn NtCreateSemaphore(
SemaphoreHandle: *mut HANDLE,
DesiredAccess: u32,
ObjectAttributes: *mut OBJECT_ATTRIBUTES,
InitialCount: i32,
MaximumCount: i32
) -> NTSTATUS