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

/vbox/include/iprt/
H A Ddvm.h239 * @param phVol Where to store the handle to the first volume on
242 RTDECL(int) RTDvmMapQueryFirstVolume(RTDVM hVolMgr, PRTDVMVOLUME phVol);
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvm.cpp137 * @param phVol Where to store the generic volume handle on success.
140 PRTDVMVOLUME phVol)
153 *phVol = pVol;
423 RTDECL(int) RTDvmMapQueryFirstVolume(RTDVM hVolMgr, PRTDVMVOLUME phVol) argument
430 AssertPtrReturn(phVol, VERR_INVALID_POINTER);
437 *phVol = pVol;
139 rtDvmVolumeCreate(PRTDVMINTERNAL pThis, RTDVMVOLUMEFMT hVolFmt, PRTDVMVOLUME phVol) argument

Completed in 43 milliseconds