Changeset 55549 in vbox for trunk/include
- Timestamp:
- Apr 30, 2015 12:28:26 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99915
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r55512 r55549 111 111 RTCString m_strTgtPath; 112 112 /** File mode. */ 113 uint 64_t m_fMode;113 uint32_t m_fMode; 114 114 /** Size (in bytes) to read/write. */ 115 115 uint64_t m_cbSize; -
trunk/include/VBox/HostServices/DragAndDropSvc.h
r55539 r55549 356 356 union 357 357 { 358 /* Note: Protocol v1 sends the file name + file mode 359 * every time a file data chunk is being sent. */ 358 360 struct 359 361 { … … 368 370 /** Note: pvName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */ 369 371 /** Note: cbName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */ 372 /** Context ID. Unused at the moment. */ 370 373 HGCMFunctionParameter uContext; /* OUT uint32_t */ 371 374 HGCMFunctionParameter pvData; /* OUT ptr */ … … 562 565 struct 563 566 { 567 /** Note: pvName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */ 568 /** Note: cbName is now part of the VBOXDNDHGSENDFILEHDRMSG message. */ 564 569 /** Context ID. Unused at the moment. */ 565 570 HGCMFunctionParameter uContext; /* OUT uint32_t */ 566 571 HGCMFunctionParameter pvData; /* OUT ptr */ 567 572 HGCMFunctionParameter cbData; /* OUT uint32_t */ 573 /** Note: fMode is now part of the VBOXDNDHGSENDFILEHDRMSG message. */ 568 574 } v2; 569 575 } u;
Note:
See TracChangeset
for help on using the changeset viewer.