Skip to main content

CreateEventA

Function CreateEventA 

Source
pub unsafe fn CreateEventA<'a>(
    lpeventattributes: *mut SECURITY_ATTRIBUTES,
    bmanualreset: impl IntoParam<'a, BOOL>,
    binitialstate: impl IntoParam<'a, BOOL>,
    lpname: impl IntoParam<'a, PSTR>,
) -> HANDLE