// d3d12umddi.h
typedef struct D3D12DDI_SERIALIZED_DATA_DRIVER_MATCHING_IDENTIFIER_0054 {
GUID DriverOpaqueGUID;
BYTE DriverOpaqueVersioningData[16];
} D3D12DDI_SERIALIZED_DATA_DRIVER_MATCHING_IDENTIFIER_0054;
View the official Windows Driver Kit DDI referenceNo description available.
The serialized data driver matching identifier.
DriverOpaqueGUIDA GUID that represents the driver opaque id.
DriverOpaqueVersioningDataA byte-array that represents the driver opaque versioning data.