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.
Specifies overlay support to check for in a call to IDXGIOutput3::CheckOverlaySupport.
Syntax
typedef enum DXGI_OVERLAY_SUPPORT_FLAG {
DXGI_OVERLAY_SUPPORT_FLAG_DIRECT = 0x1,
DXGI_OVERLAY_SUPPORT_FLAG_SCALING = 0x2
} ;
Constants
DXGI_OVERLAY_SUPPORT_FLAG_DIRECTValue: 0x1 Direct overlay support. |
DXGI_OVERLAY_SUPPORT_FLAG_SCALINGValue: 0x2 Scaling overlay support. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps only] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
| Header | dxgi1_3.h |