ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <rtltypes.h>
Public Attributes | |
ULONGLONG | Start |
ULONGLONG | End |
PVOID | UserData |
PVOID | Owner |
UCHAR | Attributes |
UCHAR | Flags |
Definition at line 1477 of file rtltypes.h.
UCHAR _RTL_RANGE::Attributes |
Definition at line 1483 of file rtltypes.h.
Referenced by RtlAddRange(), and START_TEST().
ULONGLONG _RTL_RANGE::End |
Definition at line 1480 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFindRange(), RtlFreeRangeList(), RtlInvertRangeList(), RtlIsRangeAvailable(), and START_TEST().
UCHAR _RTL_RANGE::Flags |
Definition at line 1484 of file rtltypes.h.
Referenced by RtlAddRange(), RtlIsRangeAvailable(), and START_TEST().
PVOID _RTL_RANGE::Owner |
Definition at line 1482 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteOwnersRanges(), RtlDeleteRange(), and START_TEST().
ULONGLONG _RTL_RANGE::Start |
Definition at line 1479 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFindRange(), RtlFreeRangeList(), RtlInvertRangeList(), RtlIsRangeAvailable(), and START_TEST().
PVOID _RTL_RANGE::UserData |
Definition at line 1481 of file rtltypes.h.
Referenced by RtlAddRange(), and START_TEST().