VirtualBox

Changeset 24618 in vbox for trunk/include


Ignore:
Timestamp:
Nov 12, 2009 5:52:33 PM (15 years ago)
Author:
vboxsync
Message:

Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), made Console::doGuestPropNotification make use of it.

File:
1 edited

Legend:

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

    r24282 r24618  
    14501450 */
    14511451/** Switch back to host */
    1452 #define VINF_PARAV_SWITCH_TO_HOST                     4400
     1452#define VINF_PARAV_SWITCH_TO_HOST                   4400
    14531453
    14541454/** @} */
     
    14581458 */
    14591459/** command processing is pending, a completion handler will be called */
    1460 #define VINF_VHWA_CMD_PENDING                        4500
    1461 
     1460#define VINF_VHWA_CMD_PENDING                       4500
     1461
     1462/** @} */
     1463
     1464
     1465/** @name VBox Webservice Status Codes
     1466 * @{
     1467 */
     1468/** Object not found. */
     1469#define VERR_COM_OBJECT_NOT_FOUND                  (-4601)
     1470/** Invalid machine state. */
     1471#define VERR_COM_INVALID_VM_STATE                  (-4602)
     1472/** VM error. */
     1473#define VERR_COM_VM_ERROR                          (-4603)
     1474/** File error. */
     1475#define VERR_COM_FILE_ERROR                        (-4604)
     1476/** IPRT error. */
     1477#define VERR_COM_IPRT_ERROR                        (-4605)
     1478/** PDM error. */
     1479#define VERR_COM_PDM_ERROR                         (-4606)
     1480/** Invalid object state. */
     1481#define VERR_COM_INVALID_OBJECT_STATE              (-4607)
     1482/** Host error. */
     1483#define VERR_COM_HOST_ERROR                        (-4608)
     1484/** Not supported. */
     1485#define VERR_COM_NOT_SUPPORTED                     (-4609)
     1486/** XML error. */
     1487#define VERR_COM_XML_ERROR                         (-4610)
     1488/** Invalid session state. */
     1489#define VERR_COM_INVALID_SESSION_STATE             (-4611)
     1490/** Invalid session state. */
     1491#define VERR_COM_OBJECT_IN_USE                     (-4612)
    14621492/** @} */
    14631493
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