Changeset 70129 in vbox for trunk/src/VBox
- Timestamp:
- Dec 14, 2017 2:18:51 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r69796 r70129 72 72 73 73 // IVirtualBoxSDS methods 74 HRESULTRegisterVBoxSVC(IVBoxSVCRegistration *aVBoxSVC, LONG aPid, IUnknown **aExistingVirtualBox);75 HRESULTDeregisterVBoxSVC(IVBoxSVCRegistration *aVBoxSVC, LONG aPid);74 STDMETHODIMP_(HRESULT) RegisterVBoxSVC(IVBoxSVCRegistration *aVBoxSVC, LONG aPid, IUnknown **aExistingVirtualBox); 75 STDMETHODIMP_(HRESULT) DeregisterVBoxSVC(IVBoxSVCRegistration *aVBoxSVC, LONG aPid); 76 76 77 77
Note:
See TracChangeset
for help on using the changeset viewer.