|
ReactOS 0.4.17-dev-683-g0dafdc5
|
#include <rtltypes.h>

Public Attributes | |
| ULONGLONG | Start |
| ULONGLONG | End |
| PVOID | UserData |
| PVOID | Owner |
| UCHAR | Attributes |
| UCHAR | Flags |
Definition at line 1494 of file rtltypes.h.
| UCHAR _RTL_RANGE::Attributes |
Definition at line 1500 of file rtltypes.h.
Referenced by RtlAddRange(), RtlMergeRangeLists(), RtlpWindowIsAvailable(), and START_TEST().
| ULONGLONG _RTL_RANGE::End |
Definition at line 1497 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFreeRangeList(), RtlInvertRangeListEx(), RtlMergeRangeLists(), RtlpConflictsOnAdd(), RtlpWindowIsAvailable(), START_TEST(), and TestGetLastRange().
| UCHAR _RTL_RANGE::Flags |
Definition at line 1501 of file rtltypes.h.
Referenced by RtlAddRange(), RtlMergeRangeLists(), RtlpConflictsOnAdd(), RtlpWindowIsAvailable(), and START_TEST().
| PVOID _RTL_RANGE::Owner |
Definition at line 1499 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteOwnersRanges(), RtlDeleteRange(), RtlMergeRangeLists(), RtlpWindowIsAvailable(), and START_TEST().
| ULONGLONG _RTL_RANGE::Start |
Definition at line 1496 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFreeRangeList(), RtlInvertRangeListEx(), RtlMergeRangeLists(), RtlpConflictsOnAdd(), RtlpWindowIsAvailable(), START_TEST(), and TestGetLastRange().
| PVOID _RTL_RANGE::UserData |
Definition at line 1498 of file rtltypes.h.
Referenced by RtlAddRange(), RtlMergeRangeLists(), and START_TEST().