Changeset 79288 in vbox for trunk/src/VBox/HostServices/GuestControl
- Timestamp:
- Jun 22, 2019 12:05:59 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131489
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp
r77314 r79288 1492 1492 HGCMSvcSetU32(&aReplyParams[2], rcSkip); /* rc */ 1493 1493 HGCMSvcSetU64(&aReplyParams[3], 0); /* actual */ 1494 hostCallback(GUEST_MSG_FILE_NOTIFY, 4, aReplyParams); 1495 break; 1496 case HOST_MSG_FILE_SET_SIZE: 1497 HGCMSvcSetU32(&aReplyParams[1], GUEST_FILE_NOTIFYTYPE_SET_SIZE); /* type */ 1498 HGCMSvcSetU32(&aReplyParams[2], rcSkip); /* rc */ 1499 HGCMSvcSetU64(&aReplyParams[3], 0); /* actual */ 1494 1500 hostCallback(GUEST_MSG_FILE_NOTIFY, 4, aReplyParams); 1495 1501 break;
Note:
See TracChangeset
for help on using the changeset viewer.