Skip to main content

CreateEventW

Function CreateEventW 

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