VirtualBox Main API
Public Member Functions | List of all members
IVBoxSVCRegistration Interface Reference

Implemented by the VirtualBox class factory and registered with VBoxSDS so it can retrieve IVirtualBox on behalf of other VBoxSVCs. More...

Inheritance diagram for IVBoxSVCRegistration:

Public Member Functions

void getVirtualBox ([retval] out $unknown result)
 Gets an IUnknown interface to the VirtualBox object in the VBoxSVC process.
 

Detailed Description

Implemented by the VirtualBox class factory and registered with VBoxSDS so it can retrieve IVirtualBox on behalf of other VBoxSVCs.

Interface ID:
{9E106366-4521-44CC-DF95-186E4D057C83}

Member Function Documentation

◆ getVirtualBox()

void IVBoxSVCRegistration::getVirtualBox ( [retval] out $unknown  result)

Gets an IUnknown interface to the VirtualBox object in the VBoxSVC process.

Parameters
resultWhere to return the IUnknown interface.