ExportLoggedEvents

ExportLoggedEvents 1:

Exports logged events asynchronously. Returns TRUE when asynchronous processing is complete.

ExportLoggedEvents 2: Inputs

Name

Type

Description

sFileName

STRING

Name of the destination file

ipExportSettings

I_TcEventExportSettings

Specify which events are to be exported, otherwise all events will be exported.
An instance of FB_TcEventCsvExportSettings can be assigned for this purpose.

ExportLoggedEvents 3: Return values

Name

Type

Description

ExportLoggedEvents

BOOL

TRUE, if the processing is completed.

bError

BOOL

TRUE when an error occurs.

hrErrorCode

HRESULT

Outputs the error information if bError is TRUE.