Changeset 95837 in vbox
- Timestamp:
- Jul 26, 2022 4:16:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h
r93115 r95837 73 73 static const char* ClipboardFormatToString(CLIPFORMAT fmt); 74 74 75 int Init(LPFORMATETC pFormatEtc, LPSTGMEDIUM pStgMed, ULONG cFormats); 76 int Destroy(void); 75 77 int Abort(void); 76 78 void SetStatus(Status status); … … 210 212 public: 211 213 212 VBoxDnDEnumFormatEtc(LPFORMATETC pFormatEtc, ULONG cFormats);214 VBoxDnDEnumFormatEtc(LPFORMATETC pFormatEtc, ULONG uIdx, ULONG cToCopy, ULONG cTotal); 213 215 virtual ~VBoxDnDEnumFormatEtc(void); 214 216 … … 226 228 public: 227 229 228 static void CopyFormat(LPFORMATETC pFormatDest, LPFORMATETC pFormatSource); 230 int Init(LPFORMATETC pFormatEtc, ULONG uIdx, ULONG cToCopy, ULONG cTotal); 231 232 public: 233 234 static int CopyFormat(LPFORMATETC pFormatDest, LPFORMATETC pFormatSource); 229 235 static HRESULT CreateEnumFormatEtc(UINT cFormats, LPFORMATETC pFormatEtc, IEnumFORMATETC **ppEnumFormatEtc); 230 236
Note:
See TracChangeset
for help on using the changeset viewer.