Changeset 98546 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Feb 13, 2023 10:45:08 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r98526 r98546 628 628 * @todo proper docs. 629 629 */ 630 GUEST_MSG_FILE_NOTIFY = 240 ,630 GUEST_MSG_FILE_NOTIFY = 240 631 631 #ifdef VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS 632 632 /** … … 639 639 * @since 7.1 640 640 */ 641 GUEST_MSG_FS_NOTIFY = 241641 , GUEST_MSG_FS_NOTIFY = 241 642 642 #endif 643 643 }; … … 769 769 /** Temporary directory creation notification from the guest. 770 770 * @since 7.1 */ 771 GUEST_FS_NOTIFYTYPE_CREATE_TEMP = 1 ,771 GUEST_FS_NOTIFYTYPE_CREATE_TEMP = 1 772 772 }; 773 773
Note:
See TracChangeset
for help on using the changeset viewer.