CONFIGMG_Create_Range_List
CONFIGRET CONFIGMG_Create_Range_List(PRANGE_LIST prlh, ULONG ulFlags)
Creates a list of memory ranges.
- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_INVALID_FLAG, CR_INVALID_POINTER or CR_OUT_OF_MEMORY.
- prlh
- Address that receives the handle of a range list.
- ulFlags
- Must be zero.
See Also
CONFIGMG_Test_Range_Available