CONFIGMG_Next_Range
CONFIGRET CONFIGMG_Next_Range(PRANGE_ELEMENT preElement, PULONG pulStart, PULONG pulEnd, ULONG ulFlags)
Returns the next range element in a range list.
- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_FAILURE, CR_INVALID_FLAG, CR_INVALID_POINTER or CR_INVALID_RANGE.
- 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