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 hardware overlay capabilities for a Direct3D device.
Syntax
typedef struct _D3DOVERLAYCAPS {
UINT Caps;
UINT MaxOverlayDisplayWidth;
UINT MaxOverlayDisplayHeight;
} D3DOVERLAYCAPS;
Members
Caps
Contains a bitwise OR of the following flags.
MaxOverlayDisplayWidth
The maximum overlay width after stretching.
MaxOverlayDisplayHeight
The maximum overlay height after stretching.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | d3d9caps.h (include D3d9.h) |