Changeset 98299 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 25, 2023 2:49:58 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r98286 r98299 854 854 bool isProgressCanceled(void) const; 855 855 bool isProgressRunning(void) const; 856 int setProgress(unsigned uPercentage, uint32_t uStatus, int vrcOp = VINF_SUCCESS, 857 const Utf8Str &strMsg = Utf8Str::Empty /** @todo figure out what's the best way to pass empty Utf8Str by default - probably = Utf8Str() */); 856 int setProgress(unsigned uPercentage, uint32_t uStatus, int vrcOp = VINF_SUCCESS, const Utf8Str &strMsg = Utf8Str::Empty); 858 857 HRESULT resetProgress(const ComObjPtr<Guest>& pParent, const Utf8Str &strDesc); 859 858 HRESULT queryProgressTo(IProgress **ppProgress);
Note:
See TracChangeset
for help on using the changeset viewer.