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