Changeset 86058 in vbox for trunk/include/VBox/ExtPack
- Timestamp:
- Sep 7, 2020 11:33:30 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ExtPack/ExtPack.h
r86057 r86058 321 321 VBOXEXTPACK_IF_CS(IEvent) **ppEventOut)); 322 322 323 DECLR3CALLBACKMEMBER(uint32_t, pfnCreateVetoEvent,(PCVBOXEXTPACKHLP pHlp, 324 VBOXEXTPACK_IF_CS(IEventSource) *aSource, 325 /* VBoxEventType_T */ uint32_t aType, 326 VBOXEXTPACK_IF_CS(IVetoEvent) **ppEventOut)); 327 323 328 DECLR3CALLBACKMEMBER(int, pfnReserved1,(PCVBOXEXTPACKHLP pHlp)); /**< Reserved for minor structure revisions. */ 324 329 DECLR3CALLBACKMEMBER(int, pfnReserved2,(PCVBOXEXTPACKHLP pHlp)); /**< Reserved for minor structure revisions. */ … … 332 337 } VBOXEXTPACKHLP; 333 338 /** Current version of the VBOXEXTPACKHLP structure. */ 334 #define VBOXEXTPACKHLP_VERSION RT_MAKE_U32( 3, 0)339 #define VBOXEXTPACKHLP_VERSION RT_MAKE_U32(4, 0) 335 340 336 341
Note:
See TracChangeset
for help on using the changeset viewer.