windows::Win32::UI::Accessibility

Function UiaRaiseNotificationEvent

pub unsafe fn UiaRaiseNotificationEvent<P0>(
    provider: P0,
    notificationkind: NotificationKind,
    notificationprocessing: NotificationProcessing,
    displaystring: &BSTR,
    activityid: &BSTR,
) -> Result<()>
where P0: Param<IRawElementProviderSimple>,