DMA_ADAPTER_INFO_CRASHDUMP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-dma_adapter_info_crashdump)

Description

This topic describes the DMA_ADAPTER_INFO_CRASHDUMP structure.

Members

DeviceDescription

Defines the DEVICE_DESCRIPTION member DeviceDescription.

DeviceIdSize

Defines the SIZE_T member DeviceIdSize.

DeviceId

Defines the PVOID member DeviceId.

Remarks

See also