Function windows_sys::Win32::System::Threading::CreateSemaphoreExW
[−]pub unsafe extern "system" fn CreateSemaphoreExW(
lpsemaphoreattributes: *const SECURITY_ATTRIBUTES,
linitialcount: i32,
lmaximumcount: i32,
lpname: PCWSTR,
dwflags: u32,
dwdesiredaccess: u32
) -> HANDLE
Expand description
Required features: "Win32_System_Threading"
, "Win32_Foundation"
, "Win32_Security"