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

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmvfs.cpp386 RTDECL(int) RTDvmVolumeCreateVfsFile(RTDVMVOLUME hVol, PRTVFSFILE phVfsFileOut) argument
389 AssertPtrReturn(phVfsFileOut, VERR_INVALID_POINTER);
406 *phVfsFileOut = hVfsFile;
/vbox/include/iprt/
H A Ddvm.h370 * @param phVfsFileOut Where to store the VFS file handle on success.
372 RTDECL(int) RTDvmVolumeCreateVfsFile(RTDVMVOLUME hVol, PRTVFSFILE phVfsFileOut);

Completed in 49 milliseconds