Changeset 58204 in vbox for trunk/include/VBox
- Timestamp:
- Oct 12, 2015 4:10:11 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103319
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r58184 r58204 656 656 VBGLR3DECL(int) VbglR3GuestCtrlSessionGetOpen(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t *puProtocol, char *pszUser, uint32_t cbUser, 657 657 char *pszPassword, uint32_t cbPassword, char *pszDomain, uint32_t cbDomain, 658 uint32_t *pfFlags, uint32_t *p uSessionID);659 VBGLR3DECL(int) VbglR3GuestCtrlSessionGetClose(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t *pfFlags, uint32_t *p uSessionID);658 uint32_t *pfFlags, uint32_t *pidSession); 659 VBGLR3DECL(int) VbglR3GuestCtrlSessionGetClose(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t *pfFlags, uint32_t *pidSession); 660 660 /* Guest path handling. */ 661 661 VBGLR3DECL(int) VbglR3GuestCtrlPathGetRename(PVBGLR3GUESTCTRLCMDCTX pCtx, char *pszSource, uint32_t cbSource, char *pszDest, -
trunk/include/VBox/VBoxGuestLibSharedFolders.h
r58203 r58204 32 32 33 33 RT_C_DECLS_BEGIN 34 35 36 /** @addtogroup grp_vboxguest_lib_r0 37 * @{ 38 */ 34 39 35 40 typedef struct VBGLSFCLIENT … … 97 102 98 103 DECLVBGL(int) VbglR0SfDirInfo(PVBGLSFCLIENT pClient, PVBGLSFMAP pMap, SHFLHANDLE hFile,PSHFLSTRING ParsedPath, uint32_t flags, 99 104 uint32_t index, uint32_t *pcbBuffer, PSHFLDIRINFO pBuffer, uint32_t *pcFiles); 100 105 DECLVBGL(int) VbglR0SfFsInfo(PVBGLSFCLIENT pClient, PVBGLSFMAP pMap, SHFLHANDLE hFile, uint32_t flags, uint32_t *pcbBuffer, PSHFLDIRINFO pBuffer); 101 106 … … 108 113 DECLVBGL(int) VbglR0SfSetSymlinks(PVBGLSFCLIENT pClient); 109 114 115 /** @} */ 116 110 117 RT_C_DECLS_END 111 118
Note:
See TracChangeset
for help on using the changeset viewer.