VirtualBox

Changeset 66594 in vbox for trunk/include/iprt/message.h


Ignore:
Timestamp:
Apr 17, 2017 3:29:05 PM (8 years ago)
Author:
vboxsync
Message:

iprt: Reworked and implemented VFS chains, adding stdfile, gzip and gunzip element provider/factories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/message.h

    r62473 r66594  
    9898
    9999/**
     100 * Same as RTMsgError() except for always returning RTEXITCODE_FAILURE.
     101 *
     102 * @returns RTEXITCODE_FAILURE
     103 * @param   pszFormat       The message format string.
     104 * @param   ...             Format arguments.
     105 */
     106RTDECL(RTEXITCODE) RTMsgErrorExitFailure(const char *pszFormat, ...) RT_IPRT_FORMAT_ATTR(2, 3);
     107
     108/**
     109 * Same as RTMsgErrorV() except for always returning RTEXITCODE_FAILURE.
     110 *
     111 * @returns RTEXITCODE_FAILURE
     112 * @param   pszFormat       The message format string.
     113 * @param   va              Format arguments.
     114 */
     115RTDECL(RTEXITCODE) RTMsgErrorExitFailureV(const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(2, 0);
     116
     117/**
    100118 * Same as RTMsgError() except for the return value.
    101119 *
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