VirtualBox

Changeset 24264 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 2, 2009 3:20:35 PM (15 years ago)
Author:
vboxsync
Message:

SSM: Added SSMR3SetLoadError[V] and SSMR3SetCfgError for setting log errors.

File:
1 edited

Legend:

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

    r23872 r24264  
    10851085VMMR3DECL(int) SSMR3Skip(PSSMHANDLE pSSM, size_t cb);
    10861086VMMR3DECL(int) SSMR3SkipToEndOfUnit(PSSMHANDLE pSSM);
     1087VMMR3DECL(int) SSMR3SetLoadError(PSSMHANDLE pSSM, int rc, RT_SRC_POS_DECL, const char *pszFormat, ...);
     1088VMMR3DECL(int) SSMR3SetLoadErrorV(PSSMHANDLE pSSM, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va);
     1089VMMR3DECL(int) SSMR3SetCfgError(PSSMHANDLE pSSM, RT_SRC_POS_DECL, const char *pszFormat, ...);
    10871090
    10881091/** @} */
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