CONFIGMG_Intersect_Range_List


CONFIGRET CONFIGMG_Intersect_Range_List(RANGE_LIST rlhOld1, RANGE_LIST rlhOld2, RANGE_LIST rlhNew, ULONG ulFlags)

Creates a range list from the intersection of two specified range lists.

rlhOld1

Handle of a range list to be used as part of the intersection.

rlhOld2

Handle of a range list to be used as part of the intersection.

rlhNew

Handle of a valid range list that represents the intersection 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_Merge_Range_List