VirtualBox

Changeset 75773 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Nov 27, 2018 2:14:41 PM (6 years ago)
Author:
vboxsync
Message:

HGCM: Added fRequestor and fRestoring to VBOXHGCMSVCFNTABLE::pfnConnect. bugref:9105

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/Service.h

    r75500 r75773  
    289289    static DECLCALLBACK(int) svcConnect(void *pvService,
    290290                                        uint32_t u32ClientID,
    291                                         void *pvClient)
    292     {
     291                                        void *pvClient,
     292                                        uint32_t fRequestor,
     293                                        bool fRestoring)
     294    {
     295        RT_NOREF(fRequestor, fRestoring);
    293296        AssertLogRelReturn(VALID_PTR(pvService), VERR_INVALID_PARAMETER);
    294297        LogFlowFunc(("pvService=%p, u32ClientID=%u, pvClient=%p\n", pvService, u32ClientID, pvClient));
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