Changeset 105436 in vbox for trunk/src/VBox/Main/include/Recording.h
- Timestamp:
- Jul 22, 2024 9:44:06 PM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 164093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Recording.h
r105337 r105436 36 36 37 37 #include "RecordingStream.h" 38 #include "ProgressImpl.h"39 38 40 39 class Console; 40 class Progress; 41 41 42 42 /** No flags specified. */ … … 189 189 int progressCreate(const settings::RecordingSettings &Settings, ComObjPtr<Progress> &pProgress); 190 190 int progressNotifyComplete(HRESULT hrc = S_OK, IVirtualBoxErrorInfo *pErrorInfo = NULL); 191 int progressSet(uint32_t uOp, const Bstr &strDesc);191 int progressSet(uint32_t uOp, const com::Bstr &strDesc); 192 192 int progressSet(uint64_t msTimestamp); 193 193
Note:
See TracChangeset
for help on using the changeset viewer.