CanEasy COM-Help
|
Inherits IDispatch.
Window tab containing reports.
Definition at line 983 of file cand_tlb.idl.
HRESULT CanEasy::IReportWnd::Clear | ( | ) |
Clears the content of the report window
HRESULT CanEasy::IReportWnd::Delete | ( | ) |
Deletes the report window
HRESULT CanEasy::IReportWnd::GetReports | ( | [in] long | entries, |
[in] enum ReportTypeFilter | enfilter, | ||
[out, retval] IReportEntryCol ** | |||
) |
Returns all reports with a fitting type.
entries | Maximum number of entries to read |
enfilter | Type to filter |
HRESULT CanEasy::IReportWnd::Write | ( | [in] BSTR | sText, |
[in] enum ReportType | enType | ||
) |
Writes text into this report window
sText | Text to write into report window |
enType | Type of report (info, warning, error) |