Function windows_sys::Wdk::System::SystemServices::KeReleaseSemaphore
pub unsafe extern "system" fn KeReleaseSemaphore(
semaphore: *mut KSEMAPHORE,
increment: i32,
adjustment: i32,
wait: BOOLEAN
) -> i32
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"