Skip to content

Latest commit

 

History

History
87 lines (70 loc) · 4 KB

ne-uiautomationcore-notificationprocessing.md

File metadata and controls

87 lines (70 loc) · 4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:uiautomationcore.NotificationProcessing
NotificationProcessing (uiautomationcore.h)
Defines values that indicate how a notification should be processed.
NotificationProcessing
NotificationProcessing enumeration [Windows Accessibility]
NotificationProcessing_All
NotificationProcessing_CurrentThenMostRecent
NotificationProcessing_ImportantAll
NotificationProcessing_ImportantMostRecent
NotificationProcessing_MostRecent
uiautomationclient/NotificationProcessing
uiautomationclient/NotificationProcessing_All
uiautomationclient/NotificationProcessing_CurrentThenMostRecent
uiautomationclient/NotificationProcessing_ImportantAll
uiautomationclient/NotificationProcessing_ImportantMostRecent
uiautomationclient/NotificationProcessing_MostRecent
winauto.uiauto_NotificationProcessing
winauto\uiauto_NotificationProcessing.htm
WinAuto
5A6969E1-2350-4418-B02A-0C92D8A246A1
12/05/2018
NotificationProcessing, NotificationProcessing enumeration [Windows Accessibility], NotificationProcessing_All, NotificationProcessing_CurrentThenMostRecent, NotificationProcessing_ImportantAll, NotificationProcessing_ImportantMostRecent, NotificationProcessing_MostRecent, uiautomationclient/NotificationProcessing, uiautomationclient/NotificationProcessing_All, uiautomationclient/NotificationProcessing_CurrentThenMostRecent, uiautomationclient/NotificationProcessing_ImportantAll, uiautomationclient/NotificationProcessing_ImportantMostRecent, uiautomationclient/NotificationProcessing_MostRecent, winauto.uiauto_NotificationProcessing
uiautomationcore.h
UIAutomation.h, Uiautomationcore.h
Windows
Windows 10, version 1709 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
19H1
NotificationProcessing
uiautomationcore/NotificationProcessing
c++
APIRef
kbSyntax
HeaderDef
UIAutomationClient.h
NotificationProcessing

NotificationProcessing enumeration

-description

Defines values that indicate how a notification should be processed.

-enum-fields

-field NotificationProcessing_ImportantAll:0

These notifications should be presented to the user as soon as possible and all of the notifications from this source should be delivered to the user.

Warning  Use this in a limited capacity as this style of message could cause a flooding of information to the user due to the nature of the request to deliver all notifications.
 

-field NotificationProcessing_ImportantMostRecent:1

These notifications should be presented to the user as soon as possible. The most recent notification from this source should be delivered to the user because it supersedes all of the other notifications.

-field NotificationProcessing_All:2

These notifications should be presented to the user when possible. All of the notifications from this source should be delivered to the user.

-field NotificationProcessing_MostRecent:3

These notifications should be presented to the user when possible. The most recent notification from this source should be delivered to the user because it supersedes all of the other notifications.

-field NotificationProcessing_CurrentThenMostRecent:4

These notifications should be presented to the user when possible. Don’t interrupt the current notification for this one. If new notifications come in from the same source while the current notification is being presented, keep the most recent and ignore the rest until the current processing is completed. Then, use the most recent message as the current message.