Function audio_device_windows_sys::Windows::Win32::SystemServices::CreateEventA[][src]

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