VirtualBox

Changeset 37951 in vbox for trunk/include


Ignore:
Timestamp:
Jul 14, 2011 10:13:59 AM (14 years ago)
Author:
vboxsync
Message:

IPRT: Added RTMsgSetProgName.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r37818 r37951  
    829829# define RTMsgInfoV                                     RT_MANGLER(RTMsgInfoV)
    830830# define RTMsgInitFailure                               RT_MANGLER(RTMsgInitFailure)
     831# define RTMsgSetProgName                               RT_MANGLER(RTMsgSetProgName)
    831832# define RTMsgWarning                                   RT_MANGLER(RTMsgWarning)
    832833# define RTMsgWarningV                                  RT_MANGLER(RTMsgWarningV)
  • trunk/include/iprt/message.h

    r28800 r37951  
    3737 * @{
    3838 */
     39
     40/**
     41 * Sets the program name to use.
     42 *
     43 * @returns IPRT status code.
     44 * @param   pszFormat       The program name format string.
     45 * @param   ...             Format arguments.
     46 */
     47RTDECL(int)  RTMsgSetProgName(const char *pszFormat, ...);
    3948
    4049/**
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