D3DDDICB_DESTROYOVERLAY - NtDoc

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

typedef struct _D3DDDICB_DESTROYOVERLAY {
  [in] D3DKMT_HANDLE hKernelOverlay;
} D3DDDICB_DESTROYOVERLAY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_destroyoverlay)

_D3DDDICB_DESTROYOVERLAY structure

Description

The D3DDDICB_DESTROYOVERLAY structure contains the handle to the overlay to destroy.

Members

hKernelOverlay [in]

A D3DKMT_HANDLE data type that represents the kernel-mode handle that is returned by the pfnCreateOverlayCb function and that identifies the kernel-mode overlay object to destroy.

See also

pfnCreateOverlayCb

pfnDestroyOverlayCb