MiniDumpExceptionInformationClientPointers Field

Determines where to get the memory regions pointed to by the ExceptionPointers member. Set to if the memory resides in the process being debugged (the target process of the debugger). Otherwise, set to if the memory resides in the address space of the calling program (the debugger process).

If you are accessing local memory (in the calling process) you should not set this member to .

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool ClientPointers

Field Value

Boolean

See Also