Changeset 43685 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 18, 2012 5:21:18 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r43684 r43685 163 163 * @param fd Handle to the file to write to. 164 164 * @param pv Pointer to what to write. 165 * @param cbToWrite 165 * @param cbToWrite Size of data to write. 166 166 * 167 167 * @return IPRT status code. … … 192 192 * 193 193 * @param pSolProc Pointer to the solaris process. 194 * @param pv Where to read the data into.195 * @param cb Size of the read buffer.196 * @param off Offset to read from.194 * @param off The offset to read from. 195 * @param pvBuf Where to read the data into. 196 * @param cbToRead Number of bytes to read. 197 197 * 198 198 * @return VINF_SUCCESS, if all the given bytes was read in, otherwise VERR_READ_ERROR.
Note:
See TracChangeset
for help on using the changeset viewer.