// d3dumddi.h
PFND3DDDI_CHECKMULTIPLANEOVERLAYSUPPORT Pfnd3dddiCheckmultiplaneoverlaysupport;
HRESULT Pfnd3dddiCheckmultiplaneoverlaysupport(
HANDLE hDevice,
D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Called by the Microsoft Direct3D runtime to check the details on hardware support for multiplane overlays.
hDeviceA handle to the display device (graphics context).
unnamedParam2pSupport [in, out]
A pointer to a D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT structure that provides details on hardware support for multiplane overlays.
If this routine succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT