Changeset 107188 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 29, 2024 1:28:35 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Recording.h
r106061 r107188 224 224 /** Current operation of progress. Set to 0 if not started yet, >= 1 if started. */ 225 225 ULONG m_ulCurOp; 226 /** Number of progress operations. Always >= 1 . */226 /** Number of progress operations. Always >= 1 (if initialized). */ 227 227 ULONG m_cOps; 228 228 /** The progress object assigned to this context.
Note:
See TracChangeset
for help on using the changeset viewer.