Changeset 100997 in vbox
- Timestamp:
- Aug 31, 2023 7:43:36 PM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 158943
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/vfs.h
r100930 r100997 1418 1418 * 1419 1419 * @returns IPRT status code. 1420 * @param hVfs Ios The VFS I/O streamhandle.1420 * @param hVfsFile The VFS file handle. 1421 1421 * @param ppvBuf Where to return the buffer. Must pass to 1422 1422 * RTVfsFileReadAllFree for freeing, not RTMemFree! -
trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
r100953 r100997 663 663 * 664 664 * @returns String length if valid, UINT16_MAX if invalid. 665 * @param cchString The string length. 665 666 * @param pchString The string to validate. 666 667 * @param pvRec The pointer to the record containing the string.
Note:
See TracChangeset
for help on using the changeset viewer.