PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 - NtDoc

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

PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 Pfnd3d12ddiGetProgramIdentifier0108;

D3D12DDI_PROGRAM_IDENTIFIER_0108 Pfnd3d12ddiGetProgramIdentifier0108(
  D3D12DDI_HSTATEOBJECT_0054 unnamedParam1,
  LPCWSTR pProgramName
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

UMD's PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 function retrieves an identifier for a program within a state object.

Parameters

unnamedParam1

[in] A D3D12DDI_HSTATEOBJECT_0054 handle to the state object for which the program identifier is being queried.

pProgramName

[in] Pointer to a string that specifies the name of the program, such as a work graph, for which to retrieve the program identifier.

Return value

PFND3D12DDI_GET_PROGRAM_IDENTIFIER_0108 returns a D3D12DDI_PROGRAM_IDENTIFIER_0108 structure that contains the program identifier for the program within the state object.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_PROGRAM_IDENTIFIER_0108

PFND3D12DDI_SET_PROGRAM_0108