Skip to main content

OpenSemaphoreW

Function OpenSemaphoreW 

Source
pub unsafe fn OpenSemaphoreW<'a>(
    dwdesiredaccess: u32,
    binherithandle: impl IntoParam<'a, BOOL>,
    lpname: impl IntoParam<'a, PWSTR>,
) -> HANDLE