VirtualBox

Changeset 21795 in vbox


Ignore:
Timestamp:
Jul 25, 2009 11:21:27 PM (15 years ago)
Author:
vboxsync
Message:

include/VBox/ssm.h: Clearified the extern load exec return code (new code).

File:
1 edited

Legend:

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

    r21787 r21795  
    7272typedef enum SSMAFTER
    7373{
     74    /** Invalid. */
     75    SSMAFTER_INVALID = 0,
    7476    /** Will resume the loaded state. */
    75     SSMAFTER_RESUME = 1,
     77    SSMAFTER_RESUME,
    7678    /** Will destroy the VM after saving. */
    7779    SSMAFTER_DESTROY,
     
    393395 * Execute state load operation.
    394396 *
    395  * @returns 0 on success.
    396  * @returns Not 0 on failure.
     397 * @returns VBox status code.
    397398 * @param   pSSM            SSM operation handle.
    398399 * @param   pvUser          User argument.
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