VirtualBox

Changeset 1081 in vbox


Ignore:
Timestamp:
Feb 28, 2007 8:29:22 AM (18 years ago)
Author:
vboxsync
Message:

New error code for HGCM

File:
1 edited

Legend:

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

    r862 r1081  
    452452/** One of the structure magics was wrong. */
    453453#define VERR_SSM_STRUCTURE_MAGIC                (-1828)
     454/** The data in the saved state doesn't confirm to expectations. */
     455#define VERR_SSM_UNEXPECTED_DATA                (-1829)
    454456/** @} */
    455457
     
    908910/** HGCM could not perform requested operation because of an internal error. */
    909911#define VERR_HGCM_INTERNAL                          (-2904)
     912/** Invalid HGCM client id. */
     913#define VERR_HGCM_INVALID_CLIENT_ID                 (-2905)
    910914/** @} */
    911915
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