// 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 reference
No description available.
This topic describes the DMA_ADAPTER_INFO_CRASHDUMP structure.
DeviceDescription
Defines the DEVICE_DESCRIPTION member DeviceDescription.
DeviceIdSize
Defines the SIZE_T member DeviceIdSize.
DeviceId
Defines the PVOID member DeviceId.