_MINIDUMP_DIRECTORY (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.