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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibSharedFolders.cpp313 * @param ppszDir Where to return the directory
317 VBGLR3DECL(int) VbglR3SharedFolderGetMountDir(char **ppszDir) argument
319 AssertPtrReturn(ppszDir, VERR_INVALID_POINTER);
326 rc = VbglR3GuestPropReadValueAlloc(u32ClientIdGuestProp, "/VirtualBox/GuestAdd/SharedFolders/MountDir", ppszDir);
/vbox/include/VBox/
H A DVBoxGuestLib.h597 VBGLR3DECL(int) VbglR3SharedFolderGetMountDir(char **ppszDir);

Completed in 46 milliseconds