STORPORT_LIVEDUMP_DATA_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

typedef enum _STORPORT_LIVEDUMP_DATA_TYPE {
  StorportLivedumpDataTypeUndefined,
  StorportLivedumpDataTypeDeviceTelemetryLog
} STORPORT_LIVEDUMP_DATA_TYPE, *PSTORPORT_LIVEDUMP_DATA_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-storport-storport_livedump_data_type)

Description

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

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.

See also

STORPORT_CAPTURE_LIVEDUMP

STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG

StorPortCaptureLiveDump