Changeset 86057 in vbox for trunk/include/VBox/ExtPack
- Timestamp:
- Sep 7, 2020 11:15:45 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ExtPack/ExtPack.h
r85121 r86057 47 47 VBOXEXTPACK_IF_CS(IVirtualBox); 48 48 VBOXEXTPACK_IF_CS(IProgress); 49 VBOXEXTPACK_IF_CS(IEvent); 50 VBOXEXTPACK_IF_CS(IEventSource); 49 51 50 52 /** … … 313 315 uint32_t uResultCode)); 314 316 317 318 DECLR3CALLBACKMEMBER(uint32_t, pfnCreateEvent,(PCVBOXEXTPACKHLP pHlp, 319 VBOXEXTPACK_IF_CS(IEventSource) *aSource, 320 /* VBoxEventType_T */ uint32_t aType, bool aWaitable, 321 VBOXEXTPACK_IF_CS(IEvent) **ppEventOut)); 322 315 323 DECLR3CALLBACKMEMBER(int, pfnReserved1,(PCVBOXEXTPACKHLP pHlp)); /**< Reserved for minor structure revisions. */ 316 324 DECLR3CALLBACKMEMBER(int, pfnReserved2,(PCVBOXEXTPACKHLP pHlp)); /**< Reserved for minor structure revisions. */
Note:
See TracChangeset
for help on using the changeset viewer.