D3DDDICB_DESTROYOVERLAY structure (d3dumddi.h)
The D3DDDICB_DESTROYOVERLAY structure contains the handle to the overlay to destroy.
Syntax
typedef struct _D3DDDICB_DESTROYOVERLAY {
[in] D3DKMT_HANDLE hKernelOverlay;
} D3DDDICB_DESTROYOVERLAY;
Members
[in] hKernelOverlay
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dumddi.h (include D3dumddi.h) |