_MINIDUMP_DIRECTORY (Windows Embedded CE 6.0)
1/5/2010
This structure identifies and locates each stream type found in an error report minidump.
Syntax
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
Header | dwcedump.h |
Windows Embedded CE | Windows CE 5.0 and later |