CompositionFrameInstanceKind 列舉 (presentation.h)
定義常數,指出內容在組合圖文框中的使用方式。
Syntax
typedef enum CompositionFrameInstanceKind {
CompositionFrameInstanceKind_ComposedOnScreen,
CompositionFrameInstanceKind_ScanoutOnScreen,
CompositionFrameInstanceKind_ComposedToIntermediate
} ;
常數
CompositionFrameInstanceKind_ComposedOnScreen 內容會直接組成桌面視窗管理員, (DWM) 反緩衝器。 |
CompositionFrameInstanceKind_ScanoutOnScreen 內容會在 MPO 平面中直接掃描出來。 |
CompositionFrameInstanceKind_ComposedToIntermediate 內容已組成中繼。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 組建 22000 |
最低支援的伺服器 | Windows 組建 22000 |
標頭 | presentation.h |