Skip to main content

OpenSemaphoreA

Function OpenSemaphoreA 

Source
pub unsafe fn OpenSemaphoreA<P2>(
    dwdesiredaccess: u32,
    binherithandle: bool,
    lpname: P2,
) -> HANDLE
where P2: Param<PCSTR>,