D3D12DDI_EXPORT_DESC_0054 - NtDoc

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

typedef struct D3D12DDI_EXPORT_DESC_0054 {
  LPCWSTR               Name;
  LPCWSTR               ExportToRename;
  D3D12DDI_EXPORT_FLAGS Flags;
} D3D12DDI_EXPORT_DESC_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_EXPORT_DESC_0054 structure

Description

Describes information about exports.

Members

Name

The name of the export.

ExportToRename

The name of use for export renaming.

Flags

The D3D12DDI_EXPORT_FLAGS flag option.

Remarks

See also