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

/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 45 milliseconds