The KBUGCHECK_DUMP_IO_TYPE enumeration type identifies the type of a section of data within a crash dump file.
typedef enum _KBUGCHECK_DUMP_IO_TYPE {
KbDumpIoInvalid,
KbDumpIoHeader,
KbDumpIoBody,
KbDumpIoSecondaryData,
KbDumpIoComplete
} KBUGCHECK_DUMP_IO_TYPE;
Declared in ntddk.h. Include ntddk.h.
This enumeration type is only available on Windows XP Service Pack 1 (SP1), Windows Server 2003, and later operating systems.
KBUGCHECK_DUMP_IO_TYPE values are used in the Type member of KBUGCHECK_DUMP_IO to specify the type of data in an I/O operation on the crash dump file.
For more information about how this enumeration type is used, see BugCheckDumpIoCallback.
KBUGCHECK_DUMP_IO, BugCheckDumpIoCallback, BugCheckSecondaryDumpDataCallback