Changeset 24917 in vbox for trunk/include
- Timestamp:
- Nov 24, 2009 3:45:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ssm.h
r24895 r24917 979 979 * @returns VBox status code. 980 980 * @param pvUser The user argument. 981 * @param fCancelled True if the operation was cancelled. 981 982 */ 982 DECLCALLBACKMEMBER(int, pfnClose)(void *pvUser );983 DECLCALLBACKMEMBER(int, pfnClose)(void *pvUser, bool fCancelled); 983 984 984 985 /** Struct magic + version (SSMSTRMOPS_VERSION). */
Note:
See TracChangeset
for help on using the changeset viewer.