VirtualBox

Changeset 24825 in vbox for trunk/include


Ignore:
Timestamp:
Nov 20, 2009 2:41:05 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55049
Message:

IPRT: Added RTMsgError, RTMsgErrorV and RTGetOptPrintError.

Location:
trunk/include/iprt
Files:
1 added
1 edited

Legend:

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

    r24140 r24825  
    359359RTDECL(int) RTGetOptFetchValue(PRTGETOPTSTATE pState, PRTGETOPTUNION pValueUnion, uint32_t fFlags);
    360360
     361/**
     362 * Print error messages for a RTGetOpt default case.
     363 *
     364 * Uses RTMsgError.
     365 *
     366 * @returns Suitable exit code.
     367 *
     368 * @param   ch          The RTGetOpt return value.
     369 * @param   pValueUnion The value union returned by RTGetOpt.
     370 */
     371RTDECL(int) RTGetOptPrintError(int ch, PCRTGETOPTUNION pValueUnion);
     372
    361373/** @} */
    362374
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