CanEasy COM-Help
CanEasy::IReportEntry Interface Reference

Inherits IDispatch.

Detailed Description

Entry from the report window.

interface IReportEntry : IDispatch
{
HRESULT Type([out, retval] enum ReportType*);
HRESULT Timestamp([out, retval] VARIANT*);
HRESULT Text([out, retval] BSTR*);
HRESULT Window([out, retval] BSTR*);
};

Definition at line 891 of file cand_tlb.idl.

Property Documentation

◆ Text

BSTR CanEasy::IReportEntry::Text
get

Returns text of report

◆ Timestamp

VARIANT CanEasy::IReportEntry::Timestamp
get

Returns timestamp of report

◆ Type

ReportType CanEasy::IReportEntry::Type
get

Returns Type of report (info, warning, error)

◆ Window

BSTR CanEasy::IReportEntry::Window
get

Returns name of report window tab

CanEasy::IReportEntry::Type
ReportType Type
CanEasy::IReportEntry::Timestamp
VARIANT Timestamp
CanEasy::ReportType
ReportType
The ReportType enumeration defines the type/icon of a report in the report window.
Definition: cand_tlb.idl:300
CanEasy::IReportEntry::Window
BSTR Window
CanEasy::IReportEntry::Text
BSTR Text