ReactOS 0.4.15-dev-7918-g2a2556c
_RTL_DEBUG_INFORMATION Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_DEBUG_INFORMATION:

Public Attributes

HANDLE SectionHandleClient
 
PVOID ViewBaseClient
 
PVOID ViewBaseTarget
 
ULONG ViewBaseDelta
 
HANDLE EventPairClient
 
PVOID EventPairTarget
 
HANDLE TargetProcessId
 
HANDLE TargetThreadHandle
 
ULONG Flags
 
ULONG_PTR OffsetFree
 
SIZE_T CommitSize
 
SIZE_T ViewSize
 
union {
   PRTL_PROCESS_MODULES   Modules
 
   PRTL_PROCESS_MODULE_INFORMATION_EX   ModulesEx
 
}; 
 
PRTL_PROCESS_BACKTRACES BackTraces
 
PRTL_PROCESS_HEAPS Heaps
 
PRTL_PROCESS_LOCKS Locks
 
HANDLE SpecificHeap
 
HANDLE TargetProcessHandle
 
PRTL_PROCESS_VERIFIER_OPTIONS VerifierOptions
 
HANDLE ProcessHeap
 
HANDLE CriticalSectionHandle
 
HANDLE CriticalSectionOwnerThread
 
PVOID Reserved [4]
 

Detailed Description

Definition at line 1186 of file rtltypes.h.

Member Data Documentation

◆ 

union { ... } _RTL_DEBUG_INFORMATION::@2694

◆ BackTraces

PRTL_PROCESS_BACKTRACES _RTL_DEBUG_INFORMATION::BackTraces

Definition at line 1205 of file rtltypes.h.

Referenced by test_QueryBacktrace().

◆ CommitSize

SIZE_T _RTL_DEBUG_INFORMATION::CommitSize

Definition at line 1198 of file rtltypes.h.

Referenced by RtlCreateQueryDebugBuffer().

◆ CriticalSectionHandle

HANDLE _RTL_DEBUG_INFORMATION::CriticalSectionHandle

Definition at line 1212 of file rtltypes.h.

◆ CriticalSectionOwnerThread

HANDLE _RTL_DEBUG_INFORMATION::CriticalSectionOwnerThread

Definition at line 1213 of file rtltypes.h.

◆ EventPairClient

HANDLE _RTL_DEBUG_INFORMATION::EventPairClient

Definition at line 1192 of file rtltypes.h.

◆ EventPairTarget

PVOID _RTL_DEBUG_INFORMATION::EventPairTarget

Definition at line 1193 of file rtltypes.h.

◆ Flags

ULONG _RTL_DEBUG_INFORMATION::Flags

Definition at line 1196 of file rtltypes.h.

◆ Heaps

PRTL_PROCESS_HEAPS _RTL_DEBUG_INFORMATION::Heaps

Definition at line 1206 of file rtltypes.h.

Referenced by Heap32First(), Heap32Next(), and TH32CreateSnapshotSectionInitialize().

◆ Locks

PRTL_PROCESS_LOCKS _RTL_DEBUG_INFORMATION::Locks

Definition at line 1207 of file rtltypes.h.

◆ Modules

PRTL_PROCESS_MODULES _RTL_DEBUG_INFORMATION::Modules

Definition at line 1202 of file rtltypes.h.

Referenced by TH32CreateSnapshotSectionInitialize().

◆ ModulesEx

PRTL_PROCESS_MODULE_INFORMATION_EX _RTL_DEBUG_INFORMATION::ModulesEx

Definition at line 1203 of file rtltypes.h.

◆ OffsetFree

ULONG_PTR _RTL_DEBUG_INFORMATION::OffsetFree

Definition at line 1197 of file rtltypes.h.

Referenced by RtlCreateQueryDebugBuffer().

◆ ProcessHeap

HANDLE _RTL_DEBUG_INFORMATION::ProcessHeap

Definition at line 1211 of file rtltypes.h.

◆ Reserved

PVOID _RTL_DEBUG_INFORMATION::Reserved[4]

Definition at line 1214 of file rtltypes.h.

◆ SectionHandleClient

HANDLE _RTL_DEBUG_INFORMATION::SectionHandleClient

Definition at line 1188 of file rtltypes.h.

◆ SpecificHeap

HANDLE _RTL_DEBUG_INFORMATION::SpecificHeap

Definition at line 1208 of file rtltypes.h.

◆ TargetProcessHandle

HANDLE _RTL_DEBUG_INFORMATION::TargetProcessHandle

Definition at line 1209 of file rtltypes.h.

◆ TargetProcessId

HANDLE _RTL_DEBUG_INFORMATION::TargetProcessId

Definition at line 1194 of file rtltypes.h.

◆ TargetThreadHandle

HANDLE _RTL_DEBUG_INFORMATION::TargetThreadHandle

Definition at line 1195 of file rtltypes.h.

◆ VerifierOptions

PRTL_PROCESS_VERIFIER_OPTIONS _RTL_DEBUG_INFORMATION::VerifierOptions

Definition at line 1210 of file rtltypes.h.

◆ ViewBaseClient

PVOID _RTL_DEBUG_INFORMATION::ViewBaseClient

Definition at line 1189 of file rtltypes.h.

Referenced by RtlCreateQueryDebugBuffer().

◆ ViewBaseDelta

ULONG _RTL_DEBUG_INFORMATION::ViewBaseDelta

Definition at line 1191 of file rtltypes.h.

◆ ViewBaseTarget

PVOID _RTL_DEBUG_INFORMATION::ViewBaseTarget

Definition at line 1190 of file rtltypes.h.

◆ ViewSize

SIZE_T _RTL_DEBUG_INFORMATION::ViewSize

Definition at line 1199 of file rtltypes.h.

Referenced by RtlCreateQueryDebugBuffer().


The documentation for this struct was generated from the following file: