VirtualBox

Changeset 35887 in vbox for trunk/include


Ignore:
Timestamp:
Feb 8, 2011 8:36:00 AM (14 years ago)
Author:
vboxsync
Message:

Main/VBoxManage: Introduced facility handling for more fine grained status reporting of Guest Additions components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r34754 r35887  
    44
    55/*
    6  * Copyright (C) 2006-2007 Oracle Corporation
     6 * Copyright (C) 2006-2011 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    670670/**
    671671 * Guest status facility.
     672 * This needs to be kept in sync with AdditionsFacility of the Main API!
    672673 */
    673674typedef enum
     
    676677    VBoxGuestStatusFacility_VBoxGuestDriver = 20,
    677678    VBoxGuestStatusFacility_VBoxService     = 100,
    678     VBoxGuestStatusFacility_VBoxTray        = 101,
     679    VBoxGuestStatusFacility_VBoxTrayClient  = 101, /* VBoxTray (Windows), VBoxClient (Linux, Unix). */
    679680    VBoxGuestStatusFacility_All             = 999,
    680681    VBoxGuestStatusFacility_SizeHack        = 0x7fffffff
     
    682683AssertCompileSize(VBoxGuestStatusFacility, 4);
    683684
     685
    684686/**
    685687 * The current guest status of a facility.
     
    689691    VBoxGuestStatusCurrent_Disabled    = 0,
    690692    VBoxGuestStatusCurrent_Inactive    = 1,
     693    VBoxGuestStatusCurrent_Paused      = 2,
    691694    VBoxGuestStatusCurrent_PreInit     = 20,
    692695    VBoxGuestStatusCurrent_Init        = 30,
     
    694697    VBoxGuestStatusCurrent_Terminating = 100,
    695698    VBoxGuestStatusCurrent_Terminated  = 101,
     699    VBoxGuestStatusCurrent_Unknown     = 999,
    696700    VBoxGuestStatusCurrent_SizeHack    = 0x7fffffff
    697701} VBoxGuestStatusCurrent;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette