DkmDumpType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of dump to save.
public enum class DkmDumpType
public enum class DkmDumpType
enum DkmDumpType
public enum DkmDumpType
type DkmDumpType =
Public Enum DkmDumpType
- Inheritance
-
DkmDumpType
Fields
Minidump | 0 | Save a basic minidump. Global memory, heap memory, and modules are not included. |
MinidumpWithFullMemory | 1 | Save a full minidump. Global memory, heap memory, and modules are included. |