VirtualBox

Changeset 60622 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Apr 21, 2016 1:00:20 PM (9 years ago)
Author:
vboxsync
Message:

Guest Control: Added proper handling for (VBoxService) toolbox exit codes, resolving various copyto/copyfrom bugs.

File:
1 edited

Legend:

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

    r59375 r60622  
    44
    55/*
    6  * Copyright (C) 2006-2015 Oracle Corporation
     6 * Copyright (C) 2006-2016 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    26592659/** A guest control object has changed its overall status. */
    26602660#define VWRN_GSTCTL_OBJECTSTATE_CHANGED             6220
     2661/** Guest process is in a wrong state. */
     2662#define VERR_GSTCTL_PROCESS_WRONG_STATE             (-6221)
     2663/** Started guest process terminated with an exit code <> 0. */
     2664#define VWRN_GSTCTL_PROCESS_EXIT_CODE               6221
    26612665/** @} */
    26622666
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