// d3d12umddi.h
PFND3D12DDI_DESTROY_QUERY_HEAP Pfnd3d12ddiDestroyQueryHeap;
VOID Pfnd3d12ddiDestroyQueryHeap(
D3D12DDI_HDEVICE unnamedParam1,
D3D12DDI_HQUERYHEAP unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Destroys the query heap.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2A query heap handle.
//Declaration
PFND3D12DDI_DESTROY_QUERY_HEAP Pfnd3d12ddiDestroyQueryHeap;
// Definition
VOID Pfnd3d12ddiDestroyQueryHeap
(
D3D12DDI_HDEVICE
D3D12DDI_HQUERYHEAP
)
{...}
PFND3D12DDI_DESTROY_QUERY_HEAP