Changeset 3223 in vbox for trunk/include/VBox
- Timestamp:
- Jun 21, 2007 8:16:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r3075 r3223 387 387 } 388 388 389 390 __BEGIN_DECLS391 392 /**393 * Prints a formatted string to the backdoor port.394 *395 * @returns Number of bytes written.396 * @param pszFormat Format string.397 * @param ... Optional arguments specified in the format string.398 */399 RTDECL(size_t) RTLogBackdoorPrintf(const char *pszFormat, ...);400 401 /**402 * Prints a formatted string to the backdoor port.403 *404 * @returns Number of bytes written.405 * @param pszFormat Format string.406 * @param args Optional arguments specified in the format string.407 */408 RTDECL(size_t) RTLogBackdoorPrintfV(const char *pszFormat, va_list args);409 410 __END_DECLS411 412 389 /** @} */ 413 390 #endif
Note:
See TracChangeset
for help on using the changeset viewer.