D3DDDICB_UPDATEOVERLAY - NtDoc

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

typedef struct _D3DDDICB_UPDATEOVERLAY {
  [in] D3DKMT_HANDLE            hKernelOverlay;
  [in] D3DDDI_KERNELOVERLAYINFO OverlayInfo;
} D3DDDICB_UPDATEOVERLAY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDICB_UPDATEOVERLAY structure

Description

The D3DDDICB_UPDATEOVERLAY structure describes parameters for modifying an overlay.

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 modify.

OverlayInfo [in]

A D3DDDI_KERNELOVERLAYINFO structure that describes modification information for the kernel-mode overlay object.

See also

D3DDDI_KERNELOVERLAYINFO

pfnCreateOverlayCb

pfnUpdateOverlayCb