ReactOS 0.4.15-dev-7958-gcd0bb1a
_RTL_TRACE_SEGMENT Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_TRACE_SEGMENT:

Public Attributes

ULONG Magic
 
struct _RTL_TRACE_DATABASEDatabase
 
struct _RTL_TRACE_SEGMENTNextSegment
 
SIZE_T TotalSize
 
PCHAR SegmentStart
 
PCHAR SegmentEnd
 
PCHAR SegmentFree
 

Detailed Description

Definition at line 1852 of file rtltypes.h.

Member Data Documentation

◆ Database

struct _RTL_TRACE_DATABASE* _RTL_TRACE_SEGMENT::Database

Definition at line 1855 of file rtltypes.h.

◆ Magic

ULONG _RTL_TRACE_SEGMENT::Magic

Definition at line 1854 of file rtltypes.h.

◆ NextSegment

struct _RTL_TRACE_SEGMENT* _RTL_TRACE_SEGMENT::NextSegment

Definition at line 1856 of file rtltypes.h.

◆ SegmentEnd

PCHAR _RTL_TRACE_SEGMENT::SegmentEnd

Definition at line 1859 of file rtltypes.h.

◆ SegmentFree

PCHAR _RTL_TRACE_SEGMENT::SegmentFree

Definition at line 1860 of file rtltypes.h.

◆ SegmentStart

PCHAR _RTL_TRACE_SEGMENT::SegmentStart

Definition at line 1858 of file rtltypes.h.

◆ TotalSize

SIZE_T _RTL_TRACE_SEGMENT::TotalSize

Definition at line 1857 of file rtltypes.h.


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