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.
Defines constants that indicate how the content was used in a composition frame.
Syntax
typedef enum CompositionFrameInstanceKind {
CompositionFrameInstanceKind_ComposedOnScreen,
CompositionFrameInstanceKind_ScanoutOnScreen,
CompositionFrameInstanceKind_ComposedToIntermediate
} ;
Constants
CompositionFrameInstanceKind_ComposedOnScreenContent was composed directly to the Desktop Window Manager (DWM) backbuffer. |
CompositionFrameInstanceKind_ScanoutOnScreenContent was directly scanned out in an MPO plane. |
CompositionFrameInstanceKind_ComposedToIntermediateContent was composed to an intermediate. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | presentation.h |