VirtualBox

Ignore:
Timestamp:
Jun 22, 2019 12:05:59 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131489
Message:

GuestCtrlSvc,Main,VBoxService: Implemented IGuestFile::SetSize. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/VBoxGuestControlSvc.cpp

    r77314 r79288  
    14921492                        HGCMSvcSetU32(&aReplyParams[2], rcSkip);                      /* rc */
    14931493                        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 */
    14941500                        hostCallback(GUEST_MSG_FILE_NOTIFY, 4, aReplyParams);
    14951501                        break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette