Skip to main content

CreateSemaphoreW

Function CreateSemaphoreW 

Source
pub unsafe fn CreateSemaphoreW<'a>(
    lpsemaphoreattributes: *mut SECURITY_ATTRIBUTES,
    linitialcount: i32,
    lmaximumcount: i32,
    lpname: impl IntoParam<'a, PWSTR>,
) -> HANDLE