Changeset 83994 in vbox for trunk/include/iprt
- Timestamp:
- Apr 27, 2020 11:01:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r83886 r83994 1540 1540 * - \%Rrf - Takes an integer iprt status code as argument. Will insert the 1541 1541 * full description of the specified status code. 1542 * Note! Works like \%Rrs when IN_RT_STATIC is defined (so please avoid). 1542 1543 * - \%Rra - Takes an integer iprt status code as argument. Will insert the 1543 1544 * status code define + full description. 1545 * Note! Reduced output when IN_RT_STATIC is defined (so please avoid). 1544 1546 * - \%Rwc - Takes a long Windows error code as argument. Will insert the status 1545 1547 * code define corresponding to the Windows error code. 1546 1548 * - \%Rwf - Takes a long Windows error code as argument. Will insert the 1547 1549 * full description of the specified status code. 1550 * Note! Works like \%Rwc when IN_RT_STATIC is defined. 1548 1551 * - \%Rwa - Takes a long Windows error code as argument. Will insert the 1549 1552 * error code define + full description. 1553 * Note! Reduced output when IN_RT_STATIC is defined (so please avoid). 1550 1554 * 1551 1555 * - \%Rhrc - Takes a COM/XPCOM status code as argument. Will insert the status … … 1553 1557 * - \%Rhrf - Takes a COM/XPCOM status code as argument. Will insert the 1554 1558 * full description of the specified status code. 1559 * Note! Works like \%Rhrc when IN_RT_STATIC is 1560 * defined on Windows (so please avoid). 1555 1561 * - \%Rhra - Takes a COM/XPCOM error code as argument. Will insert the 1556 1562 * error code define + full description. 1563 * Note! Reduced output when IN_RT_STATIC is defined on Windows (so please avoid). 1557 1564 * 1558 1565 * - \%Rfn - Pretty printing of a function or method. It drops the
Note:
See TracChangeset
for help on using the changeset viewer.