VirtualBox

Changeset 83994 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 27, 2020 11:01:30 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/string.h: Document status code formatting in IN_RT_STATIC builds and adjusted the formatter to make the best of it.

File:
1 edited

Legend:

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

    r83886 r83994  
    15401540 *      - \%Rrf             - Takes an integer iprt status code as argument. Will insert the
    15411541 *                            full description of the specified status code.
     1542 *                            Note! Works like \%Rrs when IN_RT_STATIC is defined (so please avoid).
    15421543 *      - \%Rra             - Takes an integer iprt status code as argument. Will insert the
    15431544 *                            status code define + full description.
     1545 *                            Note! Reduced output when IN_RT_STATIC is defined (so please avoid).
    15441546 *      - \%Rwc             - Takes a long Windows error code as argument. Will insert the status
    15451547 *                            code define corresponding to the Windows error code.
    15461548 *      - \%Rwf             - Takes a long Windows error code as argument. Will insert the
    15471549 *                            full description of the specified status code.
     1550 *                            Note! Works like \%Rwc when IN_RT_STATIC is defined.
    15481551 *      - \%Rwa             - Takes a long Windows error code as argument. Will insert the
    15491552 *                            error code define + full description.
     1553 *                            Note! Reduced output when IN_RT_STATIC is defined (so please avoid).
    15501554 *
    15511555 *      - \%Rhrc            - Takes a COM/XPCOM status code as argument. Will insert the status
     
    15531557 *      - \%Rhrf            - Takes a COM/XPCOM status code as argument. Will insert the
    15541558 *                            full description of the specified status code.
     1559 *                            Note! Works like \%Rhrc when IN_RT_STATIC is
     1560 *                                  defined on Windows (so please avoid).
    15551561 *      - \%Rhra            - Takes a COM/XPCOM error code as argument. Will insert the
    15561562 *                            error code define + full description.
     1563 *                            Note! Reduced output when IN_RT_STATIC is defined on Windows (so please avoid).
    15571564 *
    15581565 *      - \%Rfn             - Pretty printing of a function or method. It drops the
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