PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 callback function (d3d12umddi.h)

The PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 callback function sets extended feature callbacks.

Syntax

PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 Pfnd3d12ddiSetExtendedFeatureCallbacks0021;

HRESULT Pfnd3d12ddiSetExtendedFeatureCallbacks0021(
  D3D12DDI_HDEVICE hDevice,
  D3D12DDI_TABLE_TYPE Table,
  const void *pTable,
  SIZE_T TableSize
)
{...}

Parameters

hDevice

The handle of a device.

Table

A D3D12DDI_TABLE_TYPE value for an implementation of video.

pTable

A pointer to a table value.

TableSize

The size of the table.

Return value

This callback function does not return a value.

Requirements

Requirement Value
Target Platform Windows
Header d3d12umddi.h (include D3d12umddi.h)

See also

D3D12DDI_TABLE_TYPE