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.

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