// wdm.h
typedef struct _DMA_ADAPTER_INFO_CRASHDUMP {
DEVICE_DESCRIPTION DeviceDescription;
SIZE_T DeviceIdSize;
PVOID DeviceId;
} DMA_ADAPTER_INFO_CRASHDUMP, *PDMA_ADAPTER_INFO_CRASHDUMP;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the DMA_ADAPTER_INFO_CRASHDUMP structure.
DeviceDescriptionDefines the DEVICE_DESCRIPTION member DeviceDescription.
DeviceIdSizeDefines the SIZE_T member DeviceIdSize.
DeviceIdDefines the PVOID member DeviceId.