Changeset 47294 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 22, 2013 11:19:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r47259 r47294 2281 2281 2282 2282 /** 2283 * Updates a guest user state. 2284 * 2285 * Called in response to VMMDevReq_ReportGuestUserState. 2286 * 2287 * @param pInterface Pointer to this interface. 2288 * @thread The emulation thread. 2289 */ 2290 DECLR3CALLBACKMEMBER(void, pfnUpdateGuestUserState,(PPDMIVMMDEVCONNECTOR pInterface, const char *pszUser, const char *pszDomain, 2291 uint32_t uState, 2292 uint8_t *puDetails, uint32_t cbDetails)); 2293 2294 /** 2283 2295 * Reports the guest API and OS version. 2284 2296 * Called whenever the Additions issue a guest info report request.
Note:
See TracChangeset
for help on using the changeset viewer.