PFND3D12DDI_GET_PRESENT_PRIVATE_DRIVER_DATA_SIZE - NtDoc

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

PFND3D12DDI_GET_PRESENT_PRIVATE_DRIVER_DATA_SIZE Pfnd3d12ddiGetPresentPrivateDriverDataSize;

UINT Pfnd3d12ddiGetPresentPrivateDriverDataSize(
  D3D12DDI_HDEVICE unnamedParam1,
  const D3D12DDIARG_PRESENT_0001 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_GET_PRESENT_PRIVATE_DRIVER_DATA_SIZE callback function

Description

Gets present private driver data size.

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

Pointer to a D3D12DDIARG_PRESENT_0001 structure.

Return value

Returns UINT.

Prototype

//Declaration

PFND3D12DDI_GET_PRESENT_PRIVATE_DRIVER_DATA_SIZE Pfnd3d12ddiGetPresentPrivateDriverDataSize;

// Definition

UINT Pfnd3d12ddiGetPresentPrivateDriverDataSize
(
     D3D12DDI_HDEVICE
    CONST D3D12DDIARG_PRESENT_0001 *
)
{...}

PFND3D12DDI_GET_PRESENT_PRIVATE_DRIVER_DATA_SIZE

Remarks

See also