Changeset 58204 in vbox for trunk/include/VBox/VBoxGuestLib.h
- Timestamp:
- Oct 12, 2015 4:10:11 PM (9 years ago)
- File:
-
- 1 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,
Note:
See TracChangeset
for help on using the changeset viewer.