Changeset 63790 in vbox
- Timestamp:
- Sep 10, 2016 12:22:39 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-ifs.h
r63782 r63790 700 700 * @return VBox status code. 701 701 * @param pvUser The opaque user data associated with this interface. 702 * @param uPercent 702 * @param uPercentage Completion percentage. 703 703 */ 704 704 typedef DECLCALLBACK(int) FNVDPROGRESS(void *pvUser, unsigned uPercentage); … … 749 749 * @returns VBox status code. 750 750 * @param pIfProgress The progress interface. 751 * @param uPercent 751 * @param uPercentage Completion percentage. 752 752 */ 753 753 DECLINLINE(int) vdIfProgress(PVDINTERFACEPROGRESS pIfProgress, unsigned uPercentage)
Note:
See TracChangeset
for help on using the changeset viewer.