PFND3D12DDI_ENUMERATE_META_COMMANDS_0052 - NtDoc

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

PFND3D12DDI_ENUMERATE_META_COMMANDS_0052 Pfnd3d12ddiEnumerateMetaCommands0052;

HRESULT Pfnd3d12ddiEnumerateMetaCommands0052(
  D3D12DDI_HDEVICE unnamedParam1,
  UINT *pNumMetaCommands,
  D3D12DDIARG_META_COMMAND_DESC *pDescs
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_enumerate_meta_commands_0052)

PFND3D12DDI_ENUMERATE_META_COMMANDS_0052 callback function

Description

The PFND3D12DDI_ENUMERATE_META_COMMANDS_0052 callback function enumerates meta-commands.

Parameters

unnamedParam1

A handle to the display device (graphics context).

pNumMetaCommands

Pointer to a value in which the number of enumerated meta-commands is written.

pDescs

Pointer to an array of D3D12DDIARG_META_COMMAND_DESC structures containing the meta-command descriptions.

Return value

Returns HRESULT.

See also

PFND3D12DDI_CREATE_META_COMMAND_0052