VirtualBox

Changeset 55549 in vbox for trunk/include


Ignore:
Timestamp:
Apr 30, 2015 12:28:26 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99915
Message:

DnD: Update.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r55512 r55549  
    111111    RTCString m_strTgtPath;
    112112    /** File mode. */
    113     uint64_t  m_fMode;
     113    uint32_t  m_fMode;
    114114    /** Size (in bytes) to read/write. */
    115115    uint64_t  m_cbSize;
  • trunk/include/VBox/HostServices/DragAndDropSvc.h

    r55539 r55549  
    356356    union
    357357    {
     358        /* Note: Protocol v1 sends the file name + file mode
     359         *       every time a file data chunk is being sent. */
    358360        struct
    359361        {
     
    368370            /** Note: pvName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */
    369371            /** Note: cbName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */
     372            /** Context ID. Unused at the moment. */
    370373            HGCMFunctionParameter uContext;     /* OUT uint32_t */
    371374            HGCMFunctionParameter pvData;       /* OUT ptr */
     
    562565        struct
    563566        {
     567            /** Note: pvName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */
     568            /** Note: cbName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */
    564569            /** Context ID. Unused at the moment. */
    565570            HGCMFunctionParameter uContext; /* OUT uint32_t */
    566571            HGCMFunctionParameter pvData;   /* OUT ptr */
    567572            HGCMFunctionParameter cbData;   /* OUT uint32_t */
     573            /** Note: fMode is now part of the VBOXDNDHGSENDFILEHDRMSG message. */
    568574        } v2;
    569575    } u;
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