D3D12DDI_FUNCTION_SUMMARY_0054 - NtDoc

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

typedef struct D3D12DDI_FUNCTION_SUMMARY_0054 {
  UINT                                      NumExportedFunctions;
  const D3D12DDI_FUNCTION_SUMMARY_NODE_0054 *pSummaries;
  D3D12DDI_EXPORT_SUMMARY_FLAGS             OverallFlags;
} D3D12DDI_FUNCTION_SUMMARY_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_function_summary_0054)

D3D12DDI_FUNCTION_SUMMARY_0054 structure

Description

Contains the summary of a function.

Members

NumExportedFunctions

The number of exported functions.

pSummaries

Pointer to summaries.

OverallFlags

Flags.

Remarks

See also