// 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 referenceNo description available.
Describes information about exports.
NameThe name of the export.
ExportToRenameThe name of use for export renaming.
FlagsThe D3D12DDI_EXPORT_FLAGS flag option.