// d3d12umddi.h
PFND3D12DDI_DESTROY_COMMAND_POOL_0040 Pfnd3d12ddiDestroyCommandPool0040;
VOID Pfnd3d12ddiDestroyCommandPool0040(
D3D12DDI_HDEVICE unnamedParam1,
D3D12DDI_HCOMMANDPOOL_0040 unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Implemented by the client driver to clean up command pool resources.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2A handle to a command pool.
//Declaration
PFND3D12DDI_DESTROY_COMMAND_POOL_0040 Pfnd3d12ddiDestroyCommandPool0040;
// Definition
VOID Pfnd3d12ddiDestroyCommandPool0040
(
D3D12DDI_HDEVICE
D3D12DDI_HCOMMANDPOOL_0040
)
{...}
PFND3D12DDI_DESTROY_COMMAND_POOL_0040