DMA_ADAPTER_INFO_CRASHDUMP structure (wdm.h)

This topic describes the DMA_ADAPTER_INFO_CRASHDUMP structure.

Syntax

typedef struct _DMA_ADAPTER_INFO_CRASHDUMP {
  DEVICE_DESCRIPTION DeviceDescription;
  SIZE_T             DeviceIdSize;
  PVOID              DeviceId;
} DMA_ADAPTER_INFO_CRASHDUMP, *PDMA_ADAPTER_INFO_CRASHDUMP;

Members

DeviceDescription

Defines the DEVICE_DESCRIPTION member DeviceDescription.

DeviceIdSize

Defines the SIZE_T member DeviceIdSize.

DeviceId

Defines the PVOID member DeviceId.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header wdm.h (include Wdm.h)