Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
typedef enum PresentStatus {
PresentStatus_Queued,
PresentStatus_Skipped,
PresentStatus_Canceled
} ;
Constants
PresentStatus_QueuedThe frame was queued by the system to eventually be shown. |
PresentStatus_SkippedThe frame was skipped because a later frame was a better candidate to show. |
PresentStatus_CanceledThe frame arrived, but was canceled by the application, so it was not displayed. |
Remarks
The status of a present indicates how it was handled based on timing, and whether it was canceled.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | presentation.h |