Searched refs:phVolNext (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/
H A Ddvm.h250 * @param phVolNext Where to store the handle to the next volume on
253 RTDECL(int) RTDvmMapQueryNextVolume(RTDVM hVolMgr, RTDVMVOLUME hVol, PRTDVMVOLUME phVolNext);
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvm.cpp443 RTDECL(int) RTDvmMapQueryNextVolume(RTDVM hVolMgr, RTDVMVOLUME hVol, PRTDVMVOLUME phVolNext) argument
453 AssertPtrReturn(phVolNext, VERR_INVALID_POINTER);
461 *phVolNext = pVolNext;

Completed in 45 milliseconds