Changeset 97788 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 12, 2022 6:36:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDPrivate.h
r97786 r97788 844 844 void reset(void); 845 845 846 /** @name Callback handling. 847 * @{ */ 848 static DECLCALLBACK(int) i_defaultCallback(uint32_t uMsg, void *pvParms, size_t cbParms, void *pvUser); 849 int setCallback(uint32_t uMsg, PFNGUESTDNDCALLBACK pfnCallback, void *pvUser = NULL); 850 /** @} */ 851 852 /** @name Progress handling. 853 * @{ */ 846 854 bool isProgressCanceled(void) const; 847 int setCallback(uint32_t uMsg, PFNGUESTDNDCALLBACK pfnCallback, void *pvUser = NULL);848 855 int setProgress(unsigned uPercentage, uint32_t uState, int rcOp = VINF_SUCCESS, const Utf8Str &strMsg = ""); 849 856 HRESULT resetProgress(const ComObjPtr<Guest>& pParent); 850 857 HRESULT queryProgressTo(IProgress **ppProgress); 858 /** @} */ 851 859 852 860 public:
Note:
See TracChangeset
for help on using the changeset viewer.