Function windows_sys::Wdk::System::SystemServices::KeInitializeSemaphore
pub unsafe extern "system" fn KeInitializeSemaphore(
semaphore: *mut KSEMAPHORE,
count: i32,
limit: i32
)
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"