CONFIGMG_Dup_Range_List
CONFIGRET CONFIGMG_Dup_Range_List(RANGE_LIST rlhOld, RANGE_LIST rlhNew, ULONG ulFlags)
Copies a range list.
- 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.
- rlhOld
- Handle of the range list to copy.
- rlhNew
- Handle of a valid range list into which rlhOld is copied. Anything contained in the rlhNew range list is removed by the copy operation.
- ulFlags
- Must be zero.