windows::Win32::System::Threading

Function CreateEventA

pub unsafe fn CreateEventA<P3>(
    lpeventattributes: Option<*const SECURITY_ATTRIBUTES>,
    bmanualreset: bool,
    binitialstate: bool,
    lpname: P3,
) -> Result<HANDLE>
where P3: Param<PCSTR>,