|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <rtltypes.h>

Public Attributes | |
| ULONGLONG | Start |
| ULONGLONG | End |
| PVOID | UserData |
| PVOID | Owner |
| UCHAR | Attributes |
| UCHAR | Flags |
Definition at line 1486 of file rtltypes.h.
| UCHAR _RTL_RANGE::Attributes |
Definition at line 1492 of file rtltypes.h.
Referenced by RtlAddRange(), RtlMergeRangeLists(), and START_TEST().
| ULONGLONG _RTL_RANGE::End |
Definition at line 1489 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFindRange(), RtlFreeRangeList(), RtlInvertRangeList(), RtlIsRangeAvailable(), RtlMergeRangeLists(), and START_TEST().
| UCHAR _RTL_RANGE::Flags |
Definition at line 1493 of file rtltypes.h.
Referenced by RtlAddRange(), RtlIsRangeAvailable(), RtlMergeRangeLists(), and START_TEST().
| PVOID _RTL_RANGE::Owner |
Definition at line 1491 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteOwnersRanges(), RtlDeleteRange(), RtlMergeRangeLists(), and START_TEST().
| ULONGLONG _RTL_RANGE::Start |
Definition at line 1488 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFindRange(), RtlFreeRangeList(), RtlInvertRangeList(), RtlIsRangeAvailable(), RtlMergeRangeLists(), and START_TEST().
| PVOID _RTL_RANGE::UserData |
Definition at line 1490 of file rtltypes.h.
Referenced by RtlAddRange(), RtlMergeRangeLists(), and START_TEST().