Source position: jwanative.pas line 1621
type _DEBUG_BUFFER = record |
SectionHandle: HANDLE; |
SectionBase: PVOID; |
RemoteSectionBase: PVOID; |
SectionBaseDelta: ULONG; |
EventPairHandle: HANDLE; |
Unknown: array [0..1] of ULONG; |
RemoteThreadHandle: HANDLE; |
InfoClassMask: ULONG; |
SizeOfInfo: ULONG; |
AllocatedSize: ULONG; |
SectionSize: ULONG; |
ModuleInformation: PVOID; |
BackTraceInformation: PVOID; |
HeapInformation: PVOID; |
LockInformation: PVOID; |
Reserved: array [0..7] of PVOID; |
end; |