Skip to main content

CreateSemaphoreExA

Function CreateSemaphoreExA 

Source
pub unsafe fn CreateSemaphoreExA<'a>(
    lpsemaphoreattributes: *mut SECURITY_ATTRIBUTES,
    linitialcount: i32,
    lmaximumcount: i32,
    lpname: impl IntoParam<'a, PSTR>,
    dwflags: u32,
    dwdesiredaccess: u32,
) -> HANDLE