VirtualBox

Changeset 47294 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jul 22, 2013 11:19:20 AM (11 years ago)
Author:
vboxsync
Message:

Guest user state reporting: Update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r47259 r47294  
    22812281
    22822282    /**
     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    /**
    22832295     * Reports the guest API and OS version.
    22842296     * Called whenever the Additions issue a guest info report request.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette