ReactOS 0.4.15-dev-8636-g945e856
|
#include <rtltypes.h>
Public Attributes | |
ULONGLONG | Start |
ULONGLONG | End |
PVOID | UserData |
PVOID | Owner |
UCHAR | Attributes |
UCHAR | Flags |
Definition at line 1467 of file rtltypes.h.
UCHAR _RTL_RANGE::Attributes |
Definition at line 1473 of file rtltypes.h.
Referenced by RtlAddRange(), and START_TEST().
ULONGLONG _RTL_RANGE::End |
Definition at line 1470 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFindRange(), RtlFreeRangeList(), RtlInvertRangeList(), RtlIsRangeAvailable(), and START_TEST().
UCHAR _RTL_RANGE::Flags |
Definition at line 1474 of file rtltypes.h.
Referenced by RtlAddRange(), RtlIsRangeAvailable(), and START_TEST().
PVOID _RTL_RANGE::Owner |
Definition at line 1472 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteOwnersRanges(), RtlDeleteRange(), and START_TEST().
ULONGLONG _RTL_RANGE::Start |
Definition at line 1469 of file rtltypes.h.
Referenced by RtlAddRange(), RtlDeleteRange(), RtlFindRange(), RtlFreeRangeList(), RtlInvertRangeList(), RtlIsRangeAvailable(), and START_TEST().
PVOID _RTL_RANGE::UserData |
Definition at line 1471 of file rtltypes.h.
Referenced by RtlAddRange(), and START_TEST().