Function mltg_bindings::Windows::Win32::System::Threading::CreateEventW[][src]

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