Changeset 60427 in vbox for trunk/include
- Timestamp:
- Apr 11, 2016 2:30:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/linux/sysfs.h
r60393 r60427 146 146 * @param hFile The file descriptor returned by RTLinuxSysFsOpenEx or RTLinuxSysFsOpenExV. 147 147 * @param pszBuf The string to write. 148 * @param cchBuf The string length without zero terminator- if 0 is given149 * the string length is determined before writing .148 * @param cchBuf The length of the string to write - if 0 is given 149 * the string length is determined before writing it including the zero terminator. 150 150 * @param pcchWritten Where to store the amount of characters written on success - optional. 151 151 */
Note:
See TracChangeset
for help on using the changeset viewer.