ReactOS 0.4.15-dev-7961-gdcf9eb0
_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 1467 of file rtltypes.h.

Member Data Documentation

◆ Attributes

UCHAR _RTL_RANGE::Attributes

Definition at line 1473 of file rtltypes.h.

Referenced by RtlAddRange(), and START_TEST().

◆ End

◆ Flags

UCHAR _RTL_RANGE::Flags

Definition at line 1474 of file rtltypes.h.

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

◆ Owner

PVOID _RTL_RANGE::Owner

Definition at line 1472 of file rtltypes.h.

Referenced by RtlAddRange(), RtlDeleteOwnersRanges(), RtlDeleteRange(), and START_TEST().

◆ Start

◆ UserData

PVOID _RTL_RANGE::UserData

Definition at line 1471 of file rtltypes.h.

Referenced by RtlAddRange(), and START_TEST().


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