Copyright © 2001-2023 MultiMedia Soft

TracksBoardExportDone event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the exporting session of the TracksBoard is completed. The exporting session is started through a previous call to the TracksBoard.ExportToFile method.

 

Syntax

 

[Visual Basic]

TracksBoardExportDone (

ByVal nResult as enumErrorCodes

)


 

[C++]

void TracksBoardExportDone (

long nResult

);


 

 

Parameter

Description

 

 

nResult

The result of the exporting session.

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The sound was exported successfully.