Changeset 41670 in vbox for trunk/include/iprt
- Timestamp:
- Jun 12, 2012 2:26:17 PM (12 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/env.h
r28800 r41670 55 55 * environment array. 56 56 * 57 * @returns IPRT status code. Typical error is VERR_NO_MEMORY. 57 * @returns IPRT status code. Typical error is VERR_NO_MEMORY. Another 58 * possible return code is VWRN_NO_TRANSLATION if EnvToClone is RTENV_DEFAULT 59 * and there was no translation available for one environment variable. In 60 * that case, the resulting environment will contain fewer elements than the 61 * original environment. 58 62 * 59 63 * @param pEnv Where to store the handle of the new environment block. -
trunk/include/iprt/err.h
r40372 r41670 757 757 /** Error while characters translation (unicode and so). */ 758 758 #define VERR_NO_TRANSLATION (-58) 759 /** Error while characters translation (unicode and so). */ 760 #define VWRN_NO_TRANSLATION 58 759 761 /** Encountered unicode code point which is reserved for use as endian indicator (0xffff or 0xfffe). */ 760 762 #define VERR_CODE_POINT_ENDIAN_INDICATOR (-59)
Note:
See TracChangeset
for help on using the changeset viewer.