Changeset 97802 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 14, 2022 2:58:10 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154877
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r97801 r97802 855 855 bool isProgressRunning(void) const; 856 856 int setProgress(unsigned uPercentage, uint32_t uState, int rcOp = VINF_SUCCESS, const Utf8Str &strMsg = ""); 857 HRESULT resetProgress(const ComObjPtr<Guest>& pParent );857 HRESULT resetProgress(const ComObjPtr<Guest>& pParent, const Utf8Str &strDesc); 858 858 HRESULT queryProgressTo(IProgress **ppProgress); 859 859 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.