// 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 referenceNo description available.
Retrieves the array of parameter info for a parameter stage.
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.