CONFIGRET CONFIGMG_Next_Range(PRANGE_ELEMENT preElement, PULONG pulStart, PULONG pulEnd, ULONG ulFlags)
Returns the next range element in a range list.
preElement
Address of the handle of a range element. If this function is successful, this parameter points to the handle of the next range element when the function returns.
pulStart
Address that receives the starting value of the first range.
pulEnd
Address that receives the ending value of the first range.
ulFlags
Must be zero.
This function returns CR_FAILURE if there are no more elements in the range list.
See also CONFIGMG_First_Range