PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040 - NtDoc

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

PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040 Pfnd3d12ddiCalcPrivateCommandPoolSize0040;

SIZE_T Pfnd3d12ddiCalcPrivateCommandPoolSize0040(
  D3D12DDI_HDEVICE unnamedParam1,
  const D3D12DDIARG_CREATE_COMMAND_POOL_0040 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_calc_private_command_pool_size_0040)

PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040 callback function

Description

Calculates the size of the command pool for display.

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

A pointer to the D3D12DDIARG_CREATE_COMMAND_POOL_0040 structure that contains arguments to create a command pool.

Return value

Returns SIZE_T that represents the size of the command pool.

Prototype

//Declaration

PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040 Pfnd3d12ddiCalcPrivateCommandPoolSize0040;

// Definition

SIZE_T Pfnd3d12ddiCalcPrivateCommandPoolSize0040
(
     D3D12DDI_HDEVICE
    CONST D3D12DDIARG_CREATE_COMMAND_POOL_0040 *
)
{...}

PFND3D12DDI_CALC_PRIVATE_COMMAND_POOL_SIZE_0040

See also