BB FlashBack SDK: FBRecorder

GetErrorText

Description

Takes the error code passed into the FBRecorder::OnError event handler and returns the text of the corresponding error message.

Syntax

[C#/C++]
public BSTR* GetErrorText (long ErrCode)

[VB.NET]
public Function GetErrorText (ByVal ErrCode As Integer) as String

Parameters

ErrCode (in) - error code passed to OnError event hander

Return value

When a valid error code is passed in, the function returns the message text for that error.
 

See Also

FBRecorder::OnError