D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT_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_PARAMETER_COUNT_DATA_0063 {
  [in]  GUID                                                  CommandId;
  [in]  D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_STAGE_0063 Stage;
  [out] UINT                                                  ParameterCount;
  [out] UINT                                                  ParameterPacking;
} D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT_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_parameter_count_data_0063)

D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_COUNT_DATA_0063 structure

Description

Retrieves the number of parameters for a parameter stage.

Members

CommandId [in]

The unique identifier for the video extension command.

Stage [in]

The parameter stage to query.

ParameterCount [out]

The number of parameters in the stage parameter structure.

ParameterPacking [out]

Indicates struct member packing.

Remarks

See also