輸出建立旗標。
語法
typedef struct _D3DKMT_OUTPUTDUPLCREATIONFLAGS {
union {
struct {
UINT CompositionUiCaptureOnly : 1;
UINT Reserved : 31;
};
UINT Value;
};
} D3DKMT_OUTPUTDUPLCREATIONFLAGS;
成員
CompositionUiCaptureOnly
組合 UI 擷取。
Reserved
保留供內部使用。
Value
用來對其他成員運作的值。
要求
要求 | 價值 |
---|---|
標頭 | d3dkmthk.h |