D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETERS_DATA_0063 - NtDoc

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

typedef struct D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETERS_DATA_0063 {
  [in]  GUID                                                  CommandId;
  [in]  D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_0063 Stage;
  [in]  UINT                                                  ParameterCount;
  [out] D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO_0063  *pParameterInfos;
} D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETERS_DATA_0063;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_extension_command_parameters_data_0063)

D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETERS_DATA_0063 structure

Description

Retrieves the array of parameter info for a parameter stage.

Members

CommandId [in]

The unique identifier for the video extension command.

Stage [in]

The parameter stage to query.

ParameterCount [in]

This must match the ParameterCount returned by the D3D12DDICAPS_TYPE_VIDEO_ENUMERATE_EXTENSION_COMMAND_PARAMETER_COUNT query.

pParameterInfos [out]

An array allocated by the runtime for the driver to fill with parameter info. ParameterCount indicates the number of array elements.

Remarks

See also