Custom log files management
Functions | |
| BUGTRAP_API void APIENTRY | BT_AddLogFile (LPCTSTR pszLogFile) |
| Add custom log entry to the list of custom log files attached to bug report. | |
| BUGTRAP_API void APIENTRY | BT_AddRegFile (LPCTSTR pszRegFile, LPCTSTR pszRegKey) |
| Add custom log entry to the list of custom log files attached to bug report. | |
| BUGTRAP_API void APIENTRY | BT_ClearLogFiles (void) |
| Clear the list of custom log files attached to bug report. | |
| BUGTRAP_API void APIENTRY | BT_DeleteLogFile (LPCTSTR pszLogFile) |
| Delete custom log entry from the list of custom log files attached to bug report. | |
| BUGTRAP_API int APIENTRY | BT_ExportRegistryKey (LPCTSTR pszRegFile, LPCTSTR pszRegKey) |
| Export registry key to the file. | |
| BUGTRAP_API DWORD APIENTRY | BT_GetLogFileEntry (INT_PTR nLogFileIndexOrName, BOOL bGetByIndex, BUGTRAP_LOGTYPE *peLogType, PDWORD pdwLogEntrySize, PVOID pLogEntry) |
| This function enumerates log file entries that will be attached to the report. | |
| BUGTRAP_API DWORD APIENTRY | BT_GetLogFilesCount (void) |
| Get number of log files attached to the report. | |
Function Documentation
| BUGTRAP_API void APIENTRY BT_AddLogFile | ( | LPCTSTR | pszLogFile | ) |
Add custom log entry to the list of custom log files attached to bug report.
| BUGTRAP_API void APIENTRY BT_AddRegFile | ( | LPCTSTR | pszRegFile, | |
| LPCTSTR | pszRegKey | |||
| ) |
Add custom log entry to the list of custom log files attached to bug report.
| BUGTRAP_API void APIENTRY BT_ClearLogFiles | ( | void | ) |
Clear the list of custom log files attached to bug report.
| BUGTRAP_API void APIENTRY BT_DeleteLogFile | ( | LPCTSTR | pszLogFile | ) |
Delete custom log entry from the list of custom log files attached to bug report.
| BUGTRAP_API int APIENTRY BT_ExportRegistryKey | ( | LPCTSTR | pszRegFile, | |
| LPCTSTR | pszRegKey | |||
| ) |
Export registry key to the file.
| BUGTRAP_API DWORD APIENTRY BT_GetLogFileEntry | ( | INT_PTR | nLogFileIndexOrName, | |
| BOOL | bGetByIndex, | |||
| BUGTRAP_LOGTYPE * | peLogType, | |||
| PDWORD | pdwLogEntrySize, | |||
| PVOID | pLogEntry | |||
| ) |
This function enumerates log file entries that will be attached to the report.
| BUGTRAP_API DWORD APIENTRY BT_GetLogFilesCount | ( | void | ) |
Get number of log files attached to the report.
Generated on Sun Dec 21 21:40:08 2008 for BugTrap by
1.5.7.1