Changeset 68460 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHGCM.cpp
- Timestamp:
- Aug 18, 2017 11:17:45 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117603
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHGCM.cpp
r62521 r68460 40 40 * 41 41 * @returns VBox status code 42 * @returns VERR_NOT_SUPPORTED if pass-through is not available on the host.43 42 * @param pszServiceName Name of the host service. 44 43 * @param pidClient Where to put the client ID on success. The client ID … … 60 59 if (RT_SUCCESS(rc)) 61 60 *pidClient = Info.u32ClientID; 62 if (rc == VERR_NOT_IMPLEMENTED || rc == VERR_HGCM_SERVICE_NOT_FOUND)63 rc = VERR_NOT_SUPPORTED;64 61 } 65 62 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.