VirtualBox

Changeset 21806 in vbox for trunk/include


Ignore:
Timestamp:
Jul 27, 2009 10:14:11 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50410
Message:

Storage/VBoxHDD: resurrect the facility to dump information about disk images, and bare minimum fix for creating diff images.

File:
1 edited

Legend:

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

    r21025 r21806  
    336336
    337337/**
    338  * Interface to deliver error messages to upper layers.
     338 * Interface to deliver error messages (and also informational messages)
     339 * to upper layers.
    339340 *
    340341 * Per disk interface. Optional, but think twice if you want to miss the
     
    354355
    355356    /**
    356      * Error message callback.
     357     * Error message callback. Must be able to accept special IPRT format
     358     * strings.
    357359     *
    358360     * @param   pvUser          The opaque data passed on container creation.
     
    363365     */
    364366    DECLR3CALLBACKMEMBER(void, pfnError, (void *pvUser, int rc, RT_SRC_POS_DECL, const char *pszFormat, va_list va));
     367
     368    /**
     369     * Informational message callback. May be NULL. Used e.g. in
     370     * VDDumpImages(). Must be able to accept special IPRT format strings.
     371     *
     372     * @return  VBox status code.
     373     * @param   pvUser          The opaque data passed on container creation.
     374     * @param   pszFormat       Error message format string.
     375     * @param   ...             Error message arguments.
     376     */
     377    DECLR3CALLBACKMEMBER(int, pfnMessage, (void *pvUser, const char *pszFormat, ...));
    365378
    366379} VDINTERFACEERROR, *PVDINTERFACEERROR;
Note: See TracChangeset for help on using the changeset viewer.

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