CONFIGRET CONFIGMG_Delete_Range(ULONG ulStartValue, ULONG ulEndValue, RANGE_LIST rlh, ULONG ulFlags)
Deletes a memory range from a range list.
ulStartValue
Low end of the range.
ulEndValue
High end of the range.
rlh
Handle of a range list.
ulFlags
Must be zero.
Doing a delete range with [0, ULONG_MAX] is special cased: it will empty the whole range and is guarantied not to run out of memory.
See also CONFIGMG_Add_Range