Changeset 66415 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Apr 4, 2017 1:17:22 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/string.h
r62477 r66415 53 53 int cchWidth, int cchPrecision, unsigned fFlags, char chArgSize); 54 54 55 /** 56 * Format kernel address into @a pszBuf. 57 * 58 * @returns Number of bytes returned. 59 * @param pszBuf The return buffer. 60 * @param cbBuf The buffer size. 61 * @param uPtr The ring-0 pointer value. 62 * @param cchWidth The specified width, -1 if not given. 63 * @param cchPrecision The specified precision. 64 * @param fFlags Format flags, RTSTR_F_XXX. 65 */ 66 DECLHIDDEN(size_t) rtStrFormatKernelAddress(char *pszBuf, size_t cbBuf, RTR0INTPTR uPtr, signed int cchWidth, 67 signed int cchPrecision, unsigned int fFlags); 68 55 69 #ifdef RT_WITH_ICONV_CACHE 56 70 DECLHIDDEN(void) rtStrIconvCacheInit(struct RTTHREADINT *pThread);
Note:
See TracChangeset
for help on using the changeset viewer.