Searched defs:ppszDir (Results 1 - 1 of 1) 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);

Completed in 41 milliseconds