Changeset 39891 in vbox
- Timestamp:
- Jan 26, 2012 8:14:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp
r36590 r39891 105 105 106 106 /** 107 * Reports Guest Additions status. 108 * Called whenever the Additions issue a guest status report request or the VM is reset. 109 * 110 * @param pInterface Pointer to this interface. 111 * @param guestInfo Pointer to guest information structure 112 * @thread The emulation thread. 113 */ 114 DECLCALLBACK(void) VMMDev::UpdateGuestStatus(PPDMIVMMDEVCONNECTOR pInterface, const VBoxGuestStatus *guestStatus) 107 * @interface_method_impl{PDMIVMMDEVCONNECTOR,pfnUpdateGuestStatus} 108 */ 109 DECLCALLBACK(void) VMMDev::UpdateGuestStatus(PPDMIVMMDEVCONNECTOR pInterface, PPDMIVMMDEVCONNECTOR pInterface, uint32_t uFacility, uint16_t uStatus, 110 uint32_t fFlags, PCRTTIMESPEC pTimeSpecTS) 115 111 { 116 112 return;
Note:
See TracChangeset
for help on using the changeset viewer.