Crashpad
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
crashpad::MemoryMapRegionSnapshot Class Referenceabstract

An abstract interface to a snapshot representing a region of the memory map present in the snapshot process. More...

#include "snapshot/memory_map_region_snapshot.h"

Inheritance diagram for crashpad::MemoryMapRegionSnapshot:
[legend]

Public Member Functions

virtual const MINIDUMP_MEMORY_INFOAsMinidumpMemoryInfo () const =0
 Gets a MINIDUMP_MEMORY_INFO representing the region.
 

Detailed Description

An abstract interface to a snapshot representing a region of the memory map present in the snapshot process.

Member Function Documentation

◆ AsMinidumpMemoryInfo()

virtual const MINIDUMP_MEMORY_INFO & crashpad::MemoryMapRegionSnapshot::AsMinidumpMemoryInfo ( ) const
pure virtual

The documentation for this class was generated from the following file: