// 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 referenceNo description available.
The PFND3D12DDI_SET_EXTENDED_FEATURE_CALLBACKS_0021 callback function sets extended feature callbacks.
hDeviceThe handle of a device.
TableA D3D12DDI_TABLE_TYPE value for an implementation of video.
pTableA pointer to a table value.
TableSizeThe size of the table.
This callback function does not return a value.