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 structure identifies and locates each stream type found in an error report minidump.
typedef struct _MINIDUMP_DIRECTORY {ULONG32 StreamType;MINIDUMP_LOCATION_DESCRIPTOR Location;} MINIDUMP_DIRECTORY, *PMINIDUMP_DIRECTORY;
Members
- StreamType
Type of stream as enumerated in _MINIDUMP_STREAM_TYPE. - Location
Relative virtual address of stream.
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