STORPORT_LIVEDUMP_DATA_TYPE enumeration (storport.h)

STORPORT_LIVEDUMP_DATA_TYPE identifies the data type of the payload to be included in the live dump.

Syntax

typedef enum _STORPORT_LIVEDUMP_DATA_TYPE {
  StorportLivedumpDataTypeUndefined,
  StorportLivedumpDataTypeDeviceTelemetryLog
} STORPORT_LIVEDUMP_DATA_TYPE, *PSTORPORT_LIVEDUMP_DATA_TYPE;

Constants

 
StorportLivedumpDataTypeUndefined
Reserved for system use; do not use.
StorportLivedumpDataTypeDeviceTelemetryLog
Include a payload of type STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG.

Remarks

STORPORT_LIVEDUMP_DATA_TYPE identifies the payload structure pointed to by the Data member of theSTORPORT_CAPTURE_LIVEDUMP structure, which a miniport passes when it calls StorPortCaptureLiveDump.

Requirements

Requirement Value
Minimum supported server Windows Server 2022
Header storport.h

See also

STORPORT_CAPTURE_LIVEDUMP

[STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG](ns-storport-storport_livedump_device_telemetry_log.md

StorPortCaptureLiveDump