CONFIGRET CONFIGMG_Add_Range(ULONG ulStartValue, ULONG ulEndValue, RANGE_LIST rlh, ULONG ulFlags)
Adds a memory range to a range list.
ulStartValue
Low end of the range.
ulEndValue
High end of the range.
rlh
Handle of a range list.
ulFlags
Flags specifying options for memory ranges that conflict with ranges already in the list. This parameter must be one of the following values:
CM_ADD_RANGE_ADDIFCONFLICT | New range is merged with the ranges it conflicts with. |
CM_ADD_RANGE_DONOTADDIFCONFLICT | Function returns CR_FAILURE if there is a conflict. |
See also CONFIGMG_Delete_Range, CONFIGMG_Delete_Range