CIAdditionsFacility | Structure representing a Guest Additions facility |
CIAdditionsStateChangedEvent | Notification when a Guest Additions property changes |
CIAppliance | Represents a platform-independent appliance in OVF format |
CIAudioAdapter | Virtual audio adapter of the virtual machine |
CIAudioAdapterChangedEvent | Notification when a property of the audio adapter changes |
CIAudioSettings | Audio settings for a virtual machine |
CIBandwidthControl | Controls the bandwidth groups of one machine used to cap I/O done by a VM |
CIBandwidthGroup | Represents one bandwidth group |
CIBandwidthGroupChangedEvent | Notification when one of the bandwidth groups changed |
CIBooleanFormValue | |
CICanShowWindowEvent | Notification when a call to IMachine::canShowConsoleWindow is made by a front-end to check if a subsequent call to IMachine::showConsoleWindow can succeed |
CICertificate | X.509 certificate details |
CIChoiceFormValue | |
CIClipboardErrorEvent | Notification when a clipboard error occurred |
CIClipboardEvent | Abstract base interface for clipboard events |
CIClipboardFileTransferModeChangedEvent | Notification when the shared clipboard file transfer mode changes |
CIClipboardModeChangedEvent | Notification when the shared clipboard mode changes |
CICloudClient | |
CICloudMachine | Virtual virtual machine (sic) in the cloud |
CICloudNetwork | |
CICloudNetworkEnvironmentInfo | |
CICloudNetworkGatewayInfo | |
CICloudProfile | |
CICloudProfileChangedEvent | |
CICloudProfileRegisteredEvent | |
CICloudProvider | |
CICloudProviderListChangedEvent | Each individual provider that is installed or uninstalled is reported as an ICloudProviderRegisteredEvent |
CICloudProviderManager | |
CICloudProviderRegisteredEvent | A cloud provider was installed or uninstalled |
CICloudProviderUninstallEvent | A cloud provider is about to be uninstalled |
CIConsole | Interface to control virtual machine execution |
CICPUChangedEvent | Notification when a CPU changes |
CICPUExecutionCapChangedEvent | Notification when the CPU execution cap changes |
CICPUProfile | CPU profile |
CICursorPositionChangedEvent | The guest reports cursor position data |
CIDataStream | Used to retrieve a data stream |
CIDHCPConfig | The DHCP server has several configuration levels: global, group and individual MAC |
CIDHCPGlobalConfig | The global DHCP server configuration, see IDHCPServer::globalConfig |
CIDHCPGroupCondition | |
CIDHCPGroupConfig | A configuration that applies to a group of NICs |
CIDHCPIndividualConfig | Configuration for a single NIC, either given directly by MAC address or by VM + adaptor slot number |
CIDHCPServer | VirtualBox DHCP server configuration |
CIDirectory | Abstract parent interface for directories handled by VirtualBox |
CIDisplay | Virtual machine's display |
CIDisplaySourceBitmap | |
CIDnDBase | Base abstract interface for drag'n drop |
CIDnDModeChangedEvent | Notification when the drag'n drop mode changes |
CIDnDSource | Abstract interface for handling drag'n drop sources |
CIDnDTarget | Abstract interface for handling drag'n drop targets |
CIEmulatedUSB | Manages emulated USB devices |
CIEvent | Abstract parent interface for VirtualBox events |
CIEventListener | Event listener |
CIEventSource | Event source |
CIEventSourceChangedEvent | Notification when an event source state changes (listener added or removed) |
CIExtPack | Interface for querying information about an extension pack as well as accessing COM objects within it |
CIExtPackBase | Interface for querying information about an extension pack as well as accessing COM objects within it |
CIExtPackFile | Extension pack file (aka tarball, .vbox-extpack) representation returned by IExtPackManager::openExtPackFile |
CIExtPackInstalledEvent | Extension pack installed event |
CIExtPackManager | Interface for managing VirtualBox Extension Packs |
CIExtPackPlugIn | Interface for keeping information about a plug-in that ships with an extension pack |
CIExtPackUninstalledEvent | Extension pack uninstalled event |
CIExtraDataCanChangeEvent | Notification when someone tries to change extra data for either the given machine or (if null ) global extra data |
CIExtraDataChangedEvent | Notification when machine specific or global extra data has changed |
CIFile | Abstract parent interface for files handled by VirtualBox |
CIFirmwareSettings | Firmware settings of the virtual machine |
CIForm | |
CIFormValue | |
CIFramebuffer | |
CIFramebufferOverlay | Alpha blended overlay for displaying status icons above an IFramebuffer |
CIFsInfo | Abstract parent interface for VirtualBox file system information |
CIFsObjInfo | Abstract parent interface for VirtualBox file system object information |
CIGraphicsAdapter | Graphics adapter of the virtual machine |
CIGuest | Information about the operating system running inside the virtual machine |
CIGuestAdditionsStatusChangedEvent | The guest addition status changed |
CIGuestDebugControl | Controls the guest debug settings of one virtual machine |
CIGuestDebugControlChangedEvent | Notification when a property of the guest debug settings changes |
CIGuestDirectory | Implementation of the IDirectory object for directories in the guest |
CIGuestDirectoryEvent | Base abstract interface for all guest directory events |
CIGuestDirectoryReadEvent | Notification when a directory entry has been read |
CIGuestDirectoryRegisteredEvent | Notification when a guest directory was registered or unregistered |
CIGuestDirectoryStateChangedEvent | Notification when a guest directory changed its state |
CIGuestDnDSource | Implementation of the IDnDSource object for source drag'n drop operations on the guest |
CIGuestDnDTarget | Implementation of the IDnDTarget object for target drag'n drop operations on the guest |
CIGuestFile | Implementation of the IFile object for files in the guest |
CIGuestFileEvent | Base abstract interface for all guest file events |
CIGuestFileIOEvent | Base abstract interface for all guest file input/output (IO) events |
CIGuestFileOffsetChangedEvent | Notification when a guest file changed its current offset via IFile::seek |
CIGuestFileReadEvent | Notification when data has been read from a guest file |
CIGuestFileRegisteredEvent | Notification when a guest file was registered or unregistered |
CIGuestFileSizeChangedEvent | Notification when a guest file changed its size via IFile::setSize |
CIGuestFileStateChangedEvent | Notification when a guest file changed its state |
CIGuestFileWriteEvent | Notification when data has been written to a guest file |
CIGuestFsInfo | Represents the guest implementation of the IFsInfo object |
CIGuestFsObjInfo | Represents the guest implementation of the IFsObjInfo object |
CIGuestKeyboardEvent | Notification when guest keyboard event happens |
CIGuestMonitorChangedEvent | Notification when the guest enables one of its monitors |
CIGuestMonitorInfoChangedEvent | The guest reports cursor position data |
CIGuestMouseEvent | Notification when guest mouse event happens |
CIGuestMultiTouchEvent | Notification when guest touch screen event happens |
CIGuestOSType | Specifies a guest OS type and its recommendations |
CIGuestProcess | Implementation of the IProcess object for processes the host has started in the guest |
CIGuestProcessEvent | Base abstract interface for all guest process events |
CIGuestProcessInputNotifyEvent | Notification when a guest process' stdin became available |
CIGuestProcessIOEvent | Base abstract interface for all guest process input/output (IO) events |
CIGuestProcessOutputEvent | Notification when there is guest process output available for reading |
CIGuestProcessRegisteredEvent | Notification when a guest process was registered or unregistered |
CIGuestProcessStateChangedEvent | Notification when a guest process changed its state |
CIGuestPropertyChangedEvent | Notification when a guest property has changed |
CIGuestScreenInfo | |
CIGuestSession | A guest session represents one impersonated user account in the guest, so every operation will use the same credentials specified when creating the session object via IGuest::createSession |
CIGuestSessionEvent | Base abstract interface for all guest session events |
CIGuestSessionRegisteredEvent | Notification when a guest session was registered or unregistered |
CIGuestSessionStateChangedEvent | Notification when a guest session changed its state |
CIGuestUserStateChangedEvent | Notification when a guest user changed its state |
CIHost | Physical machine that this VirtualBox installation runs on |
CIHostAudioDevice | Represents an audio device provided by the host OS |
CIHostAudioDeviceChangedEvent | Notification when a host audio device state has changed |
CIHostDrive | Drive of the physical machine |
CIHostDrivePartition | Partition of the host drive |
CIHostNameResolutionConfigurationChangeEvent | |
CIHostNetworkInterface | Represents one of host's network interfaces |
CIHostOnlyNetwork | |
CIHostPCIDevicePlugEvent | Notification when host PCI device is plugged/unplugged |
CIHostUpdateAgent | Implementation of the IUpdateAgent object for VirtualBox host updates |
CIHostUSBDevice | Physical USB device attached to the host computer |
CIHostUSBDeviceFilter | Global filter for a physical USB device used by the host computer |
CIHostVideoInputDevice | Represents one of host's video capture devices, for example a webcam |
CIHostX86 | The x86-specific interface for the physical host machine |
CIInternalMachineControl | |
CIInternalProgressControl | |
CIInternalSessionControl | |
CIKeyboard | Virtual machine's keyboard |
CIKeyboardLedsChangedEvent | Notification when the guest OS executes the KBD_CMD_SET_LEDS command to alter the state of the keyboard LEDs |
CILanguageChangedEvent | |
CIMachine | Virtual machine, or guest, created in VirtualBox |
CIMachineDataChangedEvent | Any of the settings of the given machine has changed |
CIMachineDebugger | |
CIMachineEvent | Base abstract interface for all machine events |
CIMachineGroupsChangedEvent | The groups of the machine have changed |
CIMachineRegisteredEvent | The given machine was registered or unregistered within this VirtualBox installation |
CIMachineStateChangedEvent | Machine state change event |
CIManagedObjectRef | Managed object reference |
CIMedium | Virtual storage for a machine's hard disks, CD/DVD or floppy drives |
CIMediumAttachment | Links storage media to virtual machines |
CIMediumChangedEvent | Notification when a medium attachment changes |
CIMediumConfigChangedEvent | The configuration of the given medium was changed (location, properties, child/parent or anything else) |
CIMediumFormat | Medium format |
CIMediumIO | Used to access and modify the content of a medium |
CIMediumRegisteredEvent | The given medium was registered or unregistered within this VirtualBox installation |
CIMouse | Virtual machine's mouse |
CIMouseCapabilityChangedEvent | Notification when the mouse capabilities reported by the guest have changed |
CIMousePointerShape | The guest mouse pointer description |
CIMousePointerShapeChangedEvent | Notification when the guest mouse pointer shape has changed |
CINATEngine | Interface for managing a NAT engine which is used with a virtual machine |
CINATNetwork | |
CINATNetworkAlterEvent | |
CINATNetworkChangedEvent | |
CINATNetworkCreationDeletionEvent | |
CINATNetworkPortForwardEvent | |
CINATNetworkSettingEvent | |
CINATNetworkStartStopEvent | |
CINATRedirectEvent | Notification when NAT redirect rule added or removed |
CINetworkAdapter | Represents a virtual network adapter that is attached to a virtual machine |
CINetworkAdapterChangedEvent | Notification when a property of one of the virtual network adapters changes |
CINvramStore | Provides access to the NVRAM store collecting all permanent states from different sources (UEFI, TPM, etc.) |
CIParallelPort | Virtual parallel port device |
CIParallelPortChangedEvent | Notification when a property of one of the virtual parallel ports changes |
CIPCIAddress | Address on the PCI bus |
CIPCIDeviceAttachment | Information about PCI attachments |
CIPerformanceCollector | Service that collects and stores performance metrics data |
CIPerformanceMetric | Parameters of the given performance metric |
CIPlatform | Platform object for a virtual machine |
CIPlatformARM | The ARM-specific platform properties for a virtual machine |
CIPlatformProperties | Properties of a specific virtualization platform |
CIPlatformX86 | The x86 specific platform properties for a virtual machine |
CIProcess | Abstract parent interface for processes handled by VirtualBox |
CIProgress | Used to track and control asynchronous tasks within VirtualBox |
CIProgressCreatedEvent | Notification of a new progress object creation/deletion |
CIProgressEvent | Base abstract interface for all progress events |
CIProgressPercentageChangedEvent | Progress state change event |
CIProgressTaskCompletedEvent | Progress task completion event |
CIRangedInteger64FormValue | |
CIRangedIntegerFormValue | |
CIRecordingScreenSettings | Recording settings of a single virtual screen |
CIRecordingScreenStateChangedEvent | Notification when a screen recording state has changed |
CIRecordingSettings | Recording settings of the virtual machine |
CIRecordingStateChangedEvent | Notification when the machine's recording state has changed |
CIResourceStore | Provides access to resources accessed by various device implementations and created when the VM is started (only the FDT currently) |
CIReusableEvent | Base abstract interface for all reusable events |
CIRuntimeErrorEvent | Notification when an error happens during the virtual machine execution |
CISerialPort | Virtual serial port device |
CISerialPortChangedEvent | Notification when a property of one of the virtual serial ports changes |
CISession | Client process and allows for locking virtual machines (represented by IMachine objects) to prevent conflicting changes to the machine |
CISessionStateChangedEvent | The state of the session for the given machine was changed |
CISharedFolder | Folder in the host computer's file system accessible from the guest OS running inside a virtual machine using an associated logical name |
CISharedFolderChangedEvent | Notification when a shared folder is added or removed |
CIShowWindowEvent | Notification when a call to IMachine::showConsoleWindow requests the console window to be activated and brought to foreground on the desktop of the host PC |
CISnapshot | Snapshot of the virtual machine |
CISnapshotChangedEvent | Snapshot properties (name and/or description) have been changed |
CISnapshotDeletedEvent | Snapshot of the given machine has been deleted |
CISnapshotEvent | Base interface for all snapshot events |
CISnapshotRestoredEvent | Snapshot of the given machine has been restored |
CISnapshotTakenEvent | A new snapshot of the machine has been taken |
CIStateChangedEvent | Notification when the execution state of the machine has changed |
CIStorageController | Represents a storage controller that is attached to a virtual machine (IMachine) |
CIStorageControllerChangedEvent | Notification when a storage controllers changes |
CIStorageDeviceChangedEvent | Notification when a storage device is attached or removed |
CIStringArray | When you need to return an array of strings asynchronously (under a progress) you cannot use by-value out parameter type="wstring" safearray="yes" dir="out" , hence this wrapper |
CIStringFormValue | |
CISystemProperties | Global properties of the given VirtualBox installation |
CIToken | Token passed to an API client, which triggers cleanup actions when it is explicitly released by calling the abandon method (preferred, as it is accurately defined when the release happens), or when the object reference count drops to 0 |
CITrustedPlatformModule | Settings of the virtual machine's trusted platform module |
CIUefiVariableStore | Allows inspecting and manipulating the content of an existing UEFI variable store in a NVRAM file |
CIUnattended | Pipeline for preparing the Guest OS for fully automated install |
CIUpdateAgent | Abstract parent interface for handling updateable software components |
CIUpdateAgentAvailableEvent | Notification when an update is available |
CIUpdateAgentErrorEvent | Notification when an update agent error occurred |
CIUpdateAgentEvent | Abstract base interface for update agent events |
CIUpdateAgentSettingsChangedEvent | Notification when update agent settings have been changed |
CIUpdateAgentStateChangedEvent | Notification when an update agent state has been changed |
CIUSBController | |
CIUSBControllerChangedEvent | Notification when a property of the virtual USB controllers changes |
CIUSBDevice | Virtual USB device attached to the virtual machine |
CIUSBDeviceFilter | USB device filter used to perform actions on one or more USB devices |
CIUSBDeviceFilters | |
CIUSBDeviceStateChangedEvent | Notification when a USB device is attached to or detached from the virtual USB controller |
CIUSBProxyBackend | The USBProxyBackend interface represents a source for USB devices available to the host for attaching to the VM |
CIVBoxSVCAvailabilityChangedEvent | Notification when VBoxSVC becomes unavailable (due to a crash or similar unexpected circumstances) or available again |
CIVBoxSVCRegistration | Implemented by the VirtualBox class factory and registered with VBoxSDS so it can retrieve IVirtualBox on behalf of other VBoxSVCs |
CIVetoEvent | Base abstract interface for veto events |
CIVFSExplorer | The VFSExplorer interface unifies access to different file system types |
CIVirtualBox | Main interface exposed by the product that provides virtual machine management |
CIVirtualBoxClient | Convenience interface for client applications |
CIVirtualBoxErrorInfo | Extended error information |
CIVirtualBoxSDS | System-wide directory service helper |
CIVirtualSystemDescription | Represents one virtual system (machine) in an appliance |
CIVirtualSystemDescriptionForm | |
CIVRDEServer | |
CIVRDEServerChangedEvent | Notification when a property of the VRDE server changes |
CIVRDEServerInfo | Contains information about the remote desktop (VRDE) server capabilities and status |
CIVRDEServerInfoChangedEvent | Notification when the status of the VRDE server changes |
CIWebsessionManager | Websession manager |