CONFIGMG_Merge_Range_List
CONFIGRET CONFIGMG_Merge_Range_List(RANGE_LIST rlhOld1, RANGE_LIST rlhOld2, RANGE_LIST rlhNew, ULONG ulFlags)
Creates a range list from the union of two specified range lists.
- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_INVALID_FLAG, CR_INVALID_RANGE_LIST or CR_OUT_OF_MEMORY.
- rlhOld1
- Handle of a range list to be used as part of the union.
- rlhOld2
- Handle of a range list to be used as part of the union.
- rlhNew
- Handle of a valid range list that represents the union of rlhOld1 and rlhOld2. Anything contained in the rlhNew range list is removed by the operation.
- ulFlags
- Must be zero.
If this function returns CR_OUT_OF_MEMORY, rlhNew is the handle of a valid but empty range list.
See Also
CONFIGMG_Intersect_Range_List