D3D12DDI_VIDEO_EXTENSION_COMMAND_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_INFO_0063 {
  GUID                         CommandId;
  LPCWSTR                      Name;
  D3D12DDI_COMMAND_QUEUE_FLAGS CommandQueueFlags;
} D3D12DDI_VIDEO_EXTENSION_COMMAND_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_info_0063)

D3D12DDI_VIDEO_EXTENSION_COMMAND_INFO_0063 structure

Description

Describes an extension.

Members

CommandId

The unique identifier for the video extension command.

Name

Pointer to a wide string, driver allocates and keep for the lifetime of the device.

CommandQueueFlags

Indicates the Video Command Queue that the video extension targets. Only one of the following bits may be set:

Remarks

See also