ReactOS 0.4.15-dev-7942-gd23573b
_INTERNAL_RANGE Struct Reference
Collaboration diagram for _INTERNAL_RANGE:

Public Attributes

LIST_ENTRY ListEntry
 
struct _INTERNAL_RANGE_LISTpRangeList
 
DWORDLONG ullStart
 
DWORDLONG ullEnd
 

Detailed Description

Definition at line 83 of file cfgmgr.c.

Member Data Documentation

◆ ListEntry

LIST_ENTRY _INTERNAL_RANGE::ListEntry

Definition at line 85 of file cfgmgr.c.

Referenced by CM_Add_Range(), and CM_Next_Range().

◆ pRangeList

struct _INTERNAL_RANGE_LIST* _INTERNAL_RANGE::pRangeList

Definition at line 86 of file cfgmgr.c.

Referenced by CM_Add_Range(), and CM_Next_Range().

◆ ullEnd

DWORDLONG _INTERNAL_RANGE::ullEnd

Definition at line 88 of file cfgmgr.c.

Referenced by CM_Add_Range(), CM_First_Range(), and CM_Next_Range().

◆ ullStart

DWORDLONG _INTERNAL_RANGE::ullStart

Definition at line 87 of file cfgmgr.c.

Referenced by CM_Add_Range(), CM_First_Range(), and CM_Next_Range().


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