IActiveScriptError::GetSourceLineTextIActiveScriptError::GetSourceLineText*
*Contents  *Index  *Topic Contents
*Previous Topic: IActiveScriptError::GetExceptionInfo
*Next Topic: IActiveScriptError::GetSourcePosition

IActiveScriptError::GetSourceLineText

HRESULT GetSourceLineText(
    BSTR *pbstrSourceLine  // address of buffer for source line
);

Retrieves the line in the source file where an error occurred while a scripting engine was running a script.

pbstrSourceLine
[out] Address of a buffer that receives the line of source code in which the error occurred.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.