Changeset 69749 in vbox for trunk/include/VBox/com
- Timestamp:
- Nov 19, 2017 12:49:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/com.h
r69107 r69749 99 99 * @param uHistoryFileTime Maximum amount of time to put in a log file. 100 100 * @param uHistoryFileSize Maximum size of a log file before rotating. 101 * @param pszError In case of creation failure: buffer for error message. 102 * @param cbError Size of error message buffer. 101 * @param pErrInfo Where to return extended error information. 102 * Optional. 103 * 103 104 * @return VBox status code. 104 105 */ … … 108 109 uint32_t cMaxEntriesPerGroup, uint32_t cHistory, 109 110 uint32_t uHistoryFileTime, uint64_t uHistoryFileSize, 110 char *pszError, size_t cbError);111 PRTERRINFO pErrInfo); 111 112 112 113 } /* namespace com */
Note:
See TracChangeset
for help on using the changeset viewer.