Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration lists the valid kinds of Windows CE stream types.
typedef enum _MINIDUMP_STREAM_TYPE { UnusedStream = 0,// 1 to 0x7FFF - Reserved for Desktop Windows// 0x8000 to 0xFFFE - Windows CE stream types ceStreamNull = 0x8000, ceStreamSystemInfo = 0x8001, ceStreamException = 0x8002, ceStreamModuleList = 0x8003, ceStreamProcessList = 0x8004, ceStreamThreadList = 0x8005, ceStreamThreadContextList = 0x8006, ceStreamThreadCallStackList = 0x8007, ceStreamMemoryVirtualList = 0x8008, ceStreamMemoryPhysicalList = 0x8009, ceStreamBucketParameters = 0x800A, LastReservedStream = 0xffff} MINIDUMP_STREAM_TYPE;
Elements
- UnusedStream
Reserved. - ceStreamNull
Start of the Windows CE enumerated list. - ceStreamSystemInfo
System-wide information about the device and operating system where the fault occurred. - ceStreamException
Exception record and context for the exception that caused the dump file creation. - ceStreamModuleList
Modules that were active on the device at the time the dump file was created. - ceStreamProcessList
Processes that were active on the device at the time the dump file was created. - ceStreamThreadList
Threads that were active on the device at the time the dump file was created. - ceStreamThreadContextList
List of thread context records. - ceStreamThreadCallStackList
List of thread callstack records. - ceStreamMemoryVirtualList
List of virtual memory dumps. - ceStreamMemoryPhysicalList
List of physical memory dumps. - ceStreamBucketParameters
Bucketing parameters for Watson server. - LastReservedStream
Last stream reserved for use by Windows Operating Systems.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: DwCeDump.h.
Link Library: none.
See Also
Dump File Structures | Dump File Format
Send Feedback on this topic to the authors