Changeset 24264 in vbox for trunk/include/VBox
- Timestamp:
- Nov 2, 2009 3:20:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ssm.h
r23872 r24264 1085 1085 VMMR3DECL(int) SSMR3Skip(PSSMHANDLE pSSM, size_t cb); 1086 1086 VMMR3DECL(int) SSMR3SkipToEndOfUnit(PSSMHANDLE pSSM); 1087 VMMR3DECL(int) SSMR3SetLoadError(PSSMHANDLE pSSM, int rc, RT_SRC_POS_DECL, const char *pszFormat, ...); 1088 VMMR3DECL(int) SSMR3SetLoadErrorV(PSSMHANDLE pSSM, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va); 1089 VMMR3DECL(int) SSMR3SetCfgError(PSSMHANDLE pSSM, RT_SRC_POS_DECL, const char *pszFormat, ...); 1087 1090 1088 1091 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.