VirtualBox

Changeset 74804 in vbox for trunk/include/VBox/ExtPack


Ignore:
Timestamp:
Oct 12, 2018 3:09:44 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125752
Message:

Main/Progress: Split into safe public interface and a private one which is used purely by API implementation code (for updating). Needed quite a few minor adjustments elsewhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ExtPack/ExtPack.h

    r74219 r74804  
    281281     * @param   pProgressOther  Pointer to an IProgress object reference, the one
    282282     *                          to be waited for.
     283     * @param   cTimeoutMS      Timeout in milliseconds, 0 for indefinite wait.
    283284     */
    284285    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));
    286288
    287289    /**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette