Changeset 40767 in vbox for trunk/include
- Timestamp:
- Apr 5, 2012 9:47:33 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestPropertySvc.h
r37980 r40767 260 260 * Takes one 32-bit unsigned integer parameter for the flags. 261 261 */ 262 SET_GLOBAL_FLAGS_HOST = 7 262 SET_GLOBAL_FLAGS_HOST = 7, 263 264 /** 265 * Return the pointer to a debug info function enumerating all guest properties. 266 */ 267 GET_DBGF_INFO_FN = 8 263 268 }; 264 269
Note:
See TracChangeset
for help on using the changeset viewer.