webview2_com_sys::Windows::Win32::UI::Accessibility

Function UiaRaiseNotificationEvent

Source
pub unsafe fn UiaRaiseNotificationEvent<'a>(
    provider: impl IntoParam<'a, IRawElementProviderSimple>,
    notificationkind: NotificationKind,
    notificationprocessing: NotificationProcessing,
    displaystring: impl IntoParam<'a, BSTR>,
    activityid: impl IntoParam<'a, BSTR>,
) -> Result<()>