Changeset 74804 in vbox for trunk/include/VBox/ExtPack
- Timestamp:
- Oct 12, 2018 3:09:44 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ExtPack/ExtPack.h
r74219 r74804 281 281 * @param pProgressOther Pointer to an IProgress object reference, the one 282 282 * to be waited for. 283 * @param cTimeoutMS Timeout in milliseconds, 0 for indefinite wait. 283 284 */ 284 285 DECLR3CALLBACKMEMBER(uint32_t, pfnWaitOtherProgress,(PCVBOXEXTPACKHLP pHlp, VBOXEXTPACK_IF_CS(IProgress) *pProgress, 285 VBOXEXTPACK_IF_CS(IProgress) *pProgressOther)); 286 VBOXEXTPACK_IF_CS(IProgress) *pProgressOther, 287 uint32_t cTimeoutMS)); 286 288 287 289 /**
Note:
See TracChangeset
for help on using the changeset viewer.