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
.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool ClientPointers
Public ClientPointers As Boolean
Dim instance As MiniDumpExceptionInformation
Dim value As Boolean
value = instance.ClientPointers
instance.ClientPointers = value
public:
bool ClientPointers
val mutable ClientPointers: bool
No code example is currently available or this language may not be supported.
Field Value
Boolean