Specifies the set of exclusive event-processing options passed to ProcessEvents.
Syntax
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The CoreProcessEventsOption enumeration has these members.
| Member | Value | Description |
|---|---|---|
| ProcessOneAndAllPending | 0 |
Dispatch all currently available events in the queue. If no events are pending, wait for the next new event. |
| ProcessOneIfPresent | 1 |
Dispatch one event if it is currently pending in the queue. If no events are pending, do not wait for a new event to be raised but instead return immediately. |
| ProcessUntilQuit | 2 |
Wait for new events and dispatch all available events. Continue this behavior until the window is closed or the application calls the Close method on the CoreWindow instance. |
| ProcessAllIfPresent | 3 |
Dispatch all events currently pending in the queue. If no events are pending, do not wait for a new event to be raised but instead return immediately. This option is provided specifically for view provider implementations with IFrameworkView, and to be used in Windows Store apps using DirectX. |
Remarks
Windows Phone 8
ProcessOneIfPresent is not supported on Windows Phone.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013