IDXGIOutput6::CheckHardwareCompositionSupport method (dxgi1_6.h)
Notifies applications that hardware stretching is supported.
Syntax
HRESULT CheckHardwareCompositionSupport(
[out] UINT *pFlags
);
Parameters
[out] pFlags
Type: UINT*
A bitfield of DXGI_HARDWARE_COMPOSITION_SUPPORT_FLAGS enumeration values describing which types of hardware composition are supported. The values are bitwise OR'd together.
Return value
Type: HRESULT
Returns a code that indicates success or failure.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dxgi1_6.h |
Library | DXGI.lib |