This document is archived and information here might be outdated. Recommended version. |
Reports error that occurred in FindLabel method.
[Visual Basic .NET] Public Sub LastError ( _ ByRef number As Integer, _ ByRef line As Integer, _ ByRef Description As String _ )
[C#] public void LastError ( ref int number, ref int line, ref string Description );
[C++]
HRESULT LastError(
System.Int32* number,
System.Int32* line,
System.String* Description
);
[C++]
Parameters number [in, out]
number is a parameter of type long* line [in, out]
line is a parameter of type long* Description [in, out]
Description is a parameter of type BSTR*