Changeset 58154 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
- Timestamp:
- Oct 9, 2015 3:07:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp
r57358 r58154 39 39 #include "VBGLR3Internal.h" 40 40 41 42 /*********************************************************************************************************************************43 * Structures and Typedefs *44 *********************************************************************************************************************************/45 46 41 using namespace guestControl; 42 47 43 48 44 /** … … 284 280 * @return IPRT status code. 285 281 * @param pCtx Host context. 282 * @param uFlags 286 283 ** @todo Docs! 287 284 */ … … 313 310 314 311 315 VBGLR3DECL(int) VbglR3GuestCtrlSessionNotify(PVBGLR3GUESTCTRLCMDCTX pCtx, 316 uint32_t uType, uint32_t uResult) 312 VBGLR3DECL(int) VbglR3GuestCtrlSessionNotify(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t uType, uint32_t uResult) 317 313 { 318 314 AssertPtrReturn(pCtx, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.