D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO_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_INFO_0063 {
  LPCWSTR                                               Name;
  D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE_0063  Type;
  D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS_0063 Flags;
} D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO_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_info_0063)

D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_INFO_0063 structure

Description

Contains info about a video extension command parameter info.

Members

Name

Pointer to a wide string name of the parameter. The driver allocates and keeps for the lifetime of the device.

Type

The parameter type. See D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_TYPE.

Flags

Parameter flags. See D3D12DDI_VIDEO_EXTENSION_COMMAND_PARAMETER_FLAGS.

Remarks

See also