PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 - NtDoc

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

PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 Pfnd3d12ddiSetExtendedFeatureCallbacks0021;

HRESULT Pfnd3d12ddiSetExtendedFeatureCallbacks0021(
  D3D12DDI_HDEVICE hDevice,
  D3D12DDI_TABLE_TYPE Table,
  const void *pTable,
  SIZE_T TableSize
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 callback function

Description

The PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 callback function sets extended feature callbacks.

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.

See also

D3D12DDI_TABLE_TYPE