CONFIGMG_First_Range
CONFIGRET CONFIGMG_First_Range(RANGE_LIST rlh, PULONG pulStart, PULONG pulEnd, PRANGE_ELEMENT preElement, ULONG ulFlags)
Retrieves the first 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_LIST.
- rlh
- Handle of a range list.
- pulStart
- Address that receives the starting value of the first range element.
- pulEnd
- Address that receives the ending value of the first range element.
- preElement
- Address that receives the handle of the next range element.
- ulFlags
- Must be zero.
See Also
CONFIGMG_Next_Range