VirtualBox

Ignore:
Timestamp:
Aug 18, 2017 11:17:45 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117603
Message:

VbglR3HGCMConnect: Return unmodified return code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHGCM.cpp

    r62521 r68460  
    4040 *
    4141 * @returns VBox status code
    42  * @returns VERR_NOT_SUPPORTED if pass-through is not available on the host.
    4342 * @param   pszServiceName  Name of the host service.
    4443 * @param   pidClient       Where to put the client ID on success. The client ID
     
    6059        if (RT_SUCCESS(rc))
    6160            *pidClient = Info.u32ClientID;
    62         if (rc == VERR_NOT_IMPLEMENTED || rc == VERR_HGCM_SERVICE_NOT_FOUND)
    63             rc = VERR_NOT_SUPPORTED;
    6461    }
    6562    return rc;
Note: See TracChangeset for help on using the changeset viewer.

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