VIEW_OBJECT_COMPOSITION_MODE enumeration
Specifies the mode that a surface presentation uses when rendering.
Syntax
typedef enum _VIEW_OBJECT_COMPOSITION_MODE { VIEW_OBJECT_COMPOSITION_MODE_LEGACY = 0, VIEW_OBJECT_COMPOSITION_MODE_SURFACEPRESENTER = 1, VIEW_OBJECT_COMPOSITION_MODE_Max = 2147483647L } VIEW_OBJECT_COMPOSITION_MODE;
Constants
- VIEW_OBJECT_COMPOSITION_MODE_LEGACY
-
Causes any outstanding presentation objects to no longer return success for any operation.
- VIEW_OBJECT_COMPOSITION_MODE_SURFACEPRESENTER
-
Causes the presenter to render the last presented front buffer. If ISurfacePresenter::Present has not been called recently, nothing is drawn.
- VIEW_OBJECT_COMPOSITION_MODE_Max
-
Reserved
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
Show: