PFND3DDDI_DESTROYOVERLAY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

PFND3DDDI_DESTROYOVERLAY Pfnd3dddiDestroyoverlay;

HRESULT Pfnd3dddiDestroyoverlay(
  HANDLE hDevice,
  const D3DDDIARG_DESTROYOVERLAY *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_destroyoverlay)

PFND3DDDI_DESTROYOVERLAY callback function

Description

The DestroyOverlay function disables the overlay hardware and frees the overlay handle.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDIARG_DESTROYOVERLAY structure that contains the overlay handle.

Return value

DestroyOverlay returns S_OK or an appropriate error result if the overlay hardware is not disabled.

Remarks

Overlays are independent from the resources that are displayed by using the overlays.

See also

D3DDDIARG_DESTROYOVERLAY

D3DDDI_DEVICEFUNCS