Copyright © 2008-2019 MultiMedia Soft

ResetControl method

Previous pageReturn to chapter overviewNext page

Remarks

 

Re-initializes the control after a reset of the multimedia engine: the call to this method is mandatory after a call to the ResetEngine method, also if the ResetEngine method should have been invoked by an instance of the Audio DJ Studio for .NET and/or Audio Sound Recorder for .NET components. The purpose of this method is mostly identical to the InitEditor method.

 

 

Syntax

 

[Visual Basic]

Public Function ResetControl (

) As enumErrorCodes


 

[C#]

public enumErrorCodes ResetControl (

);


 

[C++]

public: enumErrorCodes ResetControl (

);


 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.