Changeset 77115 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2019 1:25:13 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r76963 r77115 2121 2121 if (mpfnHostCallback) 2122 2122 { 2123 VBOXGUESTCTRLHOSTCALLBACK data (cParms, paParms);2123 VBOXGUESTCTRLHOSTCALLBACK data = { cParms, paParms }; 2124 2124 rc = mpfnHostCallback(mpvHostData, u32Function, &data, sizeof(data)); 2125 2125 }
Note:
See TracChangeset
for help on using the changeset viewer.