Changeset 24703 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Nov 16, 2009 3:50:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestPropertySvc.h
r24666 r24703 245 245 * The parameter format matches that of ENUM_PROPS. 246 246 */ 247 ENUM_PROPS_HOST = 6 247 ENUM_PROPS_HOST = 6, 248 249 /** 250 * Flush notifications. 251 * Takes one 32-bit unsigned integer parameter that gives the number of 252 * milliseconds to wait for the worker thread to get the work done. 253 */ 254 FLUSH_NOTIFICATIONS_HOST 248 255 }; 249 256
Note:
See TracChangeset
for help on using the changeset viewer.