_MINIDUMP_LOCATION_DESCRIPTOR (Windows CE 5.0)
This structure contains information about the location of memory ranges specified in _MINIDUMP_MEMORY_DESCRIPTOR.
typedef struct _MINIDUMP_LOCATION_DESCRIPTOR { ULONG32 DataSize; RVARva;} MINIDUMP_LOCATION_DESCRIPTOR;
Members
- DataSize
Size of the memory block stored in the minidump file. - RVA
RVA pointer to the memory block stored in the minidump file.
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