ReactOS 0.4.16-dev-1311-g81a4d83
_RTL_RANGE Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_RANGE:

Public Attributes

ULONGLONG Start
 
ULONGLONG End
 
PVOID UserData
 
PVOID Owner
 
UCHAR Attributes
 
UCHAR Flags
 

Detailed Description

Definition at line 1486 of file rtltypes.h.

Member Data Documentation

◆ Attributes

UCHAR _RTL_RANGE::Attributes

Definition at line 1492 of file rtltypes.h.

Referenced by RtlAddRange(), RtlMergeRangeLists(), and START_TEST().

◆ End

◆ Flags

UCHAR _RTL_RANGE::Flags

Definition at line 1493 of file rtltypes.h.

Referenced by RtlAddRange(), RtlIsRangeAvailable(), RtlMergeRangeLists(), and START_TEST().

◆ Owner

PVOID _RTL_RANGE::Owner

◆ Start

◆ UserData

PVOID _RTL_RANGE::UserData

Definition at line 1490 of file rtltypes.h.

Referenced by RtlAddRange(), RtlMergeRangeLists(), and START_TEST().


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