DkmWin32ExceptionInformation.ParentExceptionRecordAddress Property

Definition

Address within the target process where the parent EXCEPTION_RECORD pointer can be found. This is commonly zero.

public:
 property System::UInt64 ParentExceptionRecordAddress { System::UInt64 get(); };
public:
 property unsigned long long ParentExceptionRecordAddress { unsigned long long get(); };
public ulong ParentExceptionRecordAddress { get; }
member this.ParentExceptionRecordAddress : uint64
Public ReadOnly Property ParentExceptionRecordAddress As ULong

Property Value

Returns UInt64.

Applies to