VirtualBox

Changeset 69749 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Nov 19, 2017 12:49:36 PM (7 years ago)
Author:
vboxsync
Message:

Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain char * and size_t. Turned out a several callers didn't actually make use of the error message even.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/com.h

    r69107 r69749  
    9999 *  @param uHistoryFileTime Maximum amount of time to put in a log file.
    100100 *  @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 *
    103104 *  @return         VBox status code.
    104105 */
     
    108109                     uint32_t cMaxEntriesPerGroup, uint32_t cHistory,
    109110                     uint32_t uHistoryFileTime, uint64_t uHistoryFileSize,
    110                      char *pszError, size_t cbError);
     111                     PRTERRINFO pErrInfo);
    111112
    112113} /* namespace com */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette