pfnCheckMultiPlaneOverlaySupport routine
Called by the Microsoft Direct3D runtime to check the details on hardware support for multiplane overlays.
Syntax
PFND3DDDI_CHECKMULTIPLANEOVERLAYSUPPORT pfnCheckMultiPlaneOverlaySupport;
_Check_return_ HRESULT APIENTRY* pfnCheckMultiPlaneOverlaySupport(
_In_ HANDLE hDevice,
_Inout_ D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT *pSupport
)
{ ... }
Parameters
hDevice [in]
A handle to the display device (graphics context).pSupport [in, out]
A pointer to a D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT structure that provides details on hardware support for multiplane overlays.
Return value
If this routine succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows 8.1 Preview |
Minimum supported server |
Windows Server 2012 R2 Preview |
Header |
D3dumddi.h (include D3d10umddi.h) |
See also
D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT
Send comments about this topic to Microsoft
Build date: 6/19/2013