MINIDUMP_DIRECTORY Structure
Contains the information needed to access a specific data stream in a minidump file.
typedef struct _MINIDUMP_DIRECTORY {
ULONG32 StreamType;
MINIDUMP_LOCATION_DESCRIPTOR Location; } MINIDUMP_DIRECTORY,
*PMINIDUMP_DIRECTORY;
Members
- StreamType
The type of data stream. This member can be one of the values in the MINIDUMP_STREAM_TYPE enumeration.
- Location
A MINIDUMP_LOCATION_DESCRIPTOR structure that specifies the location of the data stream.
Remarks
In this context, a data stream is a block of data within a minidump file.
Requirements
Redistributable |
Requires DbgHelp.dll 5.1 or later. |
---|---|
Header |
Declared in DbgHelp.h. |
See Also
MiniDumpReadDumpStream
MINIDUMP_LOCATION_DESCRIPTOR
MINIDUMP_STREAM_TYPE
Send comments about this topic to Microsoft
Build date: 9/25/2007
© 2007 Microsoft Corporation. All rights reserved.