Changeset 58029 in vbox for trunk/include/VBox/VBoxGuestLib.h
- Timestamp:
- Oct 5, 2015 8:50:18 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103080
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r57006 r58029 586 586 uint32_t u32Root; 587 587 } VBGLR3SHAREDFOLDERMAPPING; 588 /** Pointer to a shared folder mapping information struct . */588 /** Pointer to a shared folder mapping information structure. */ 589 589 typedef VBGLR3SHAREDFOLDERMAPPING *PVBGLR3SHAREDFOLDERMAPPING; 590 /** Pointer to a const shared folder mapping information structure. */ 591 typedef VBGLR3SHAREDFOLDERMAPPING const *PCVBGLR3SHAREDFOLDERMAPPING; 590 592 591 593 VBGLR3DECL(int) VbglR3SharedFolderConnect(uint32_t *pu32ClientId);
Note:
See TracChangeset
for help on using the changeset viewer.