Changeset 75757 in vbox for trunk/include/VBox/HostServices
- Timestamp:
- Nov 27, 2018 4:24:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/GuestControlSvc.h
r75755 r75757 304 304 /** Gets the next message, returning immediately. 305 305 * 306 * First argument is the message ID returned by the peek and which the caller307 * expects to retrieve (holds actual message ID when VERR_MISMATCH is returned).308 * Second argument is the parameter count (output only) and exist for309 * compatibility with GUEST_MSG_WAIT. Any subsequent parameters are specific to310 * the message being retrieved.306 * All parameters are specific to the message being retrieved, however if the 307 * first one is an integer value it shall be an input parameter holding the 308 * ID of the message being retrieved. While it would be nice to add a separate 309 * parameter for this purpose, this is difficult without breaking GUEST_MSG_WAIT 310 * compatibility. 311 311 * 312 312 * @retval VINF_SUCCESS if message retrieved and removed from the pending queue.
Note:
See TracChangeset
for help on using the changeset viewer.