// 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 referenceNo description available.
STORPORT_LIVEDUMP_DATA_TYPE identifies the data type of the payload to be included in the live dump.
StorportLivedumpDataTypeUndefinedReserved for system use; do not use.
StorportLivedumpDataTypeDeviceTelemetryLogInclude a payload of type STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG.
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.
STORPORT_LIVEDUMP_DEVICE_TELEMETRY_LOG