Changeset 95274 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 14, 2022 10:48:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r94981 r95274 29870 29870 29871 29871 <method name="registerVBoxSVC"> 29872 <desc>Registers a VBoxSVC instance with the SDS.</desc> 29872 <desc> 29873 Registers a VBoxSVC instance with VBoxSDS. If the caller is not running 29874 in a Windows 0 session, the method attempts to run VBoxSVC in that 29875 session. 29876 <result name="E_PENDING"> 29877 The caller is not running in a Windows session 0 and no VBoxSVC 29878 is registered. VBoxSVC registration begins in Windows session 0. 29879 You should call this method again later. 29880 </result> 29881 </desc> 29873 29882 <param name="vboxSVC" type="IVBoxSVCRegistration" dir="in"> 29874 29883 <desc>Interface implemented by the VirtualBox class factory.</desc>
Note:
See TracChangeset
for help on using the changeset viewer.