Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
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 |