IActiveScriptError.GetSourcePosition(UInt32, UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetSourcePosition([Runtime::InteropServices::Out] System::UInt32 % pdwSourceContext, [Runtime::InteropServices::Out] System::UInt32 % pulLineNumber, [Runtime::InteropServices::Out] int % plCharacterPosition);
public int GetSourcePosition(out uint pdwSourceContext, out uint pulLineNumber, out int plCharacterPosition);
abstract member GetSourcePosition : uint32 * uint32 * int -> int
Public Function GetSourcePosition (ByRef pdwSourceContext As UInteger, ByRef pulLineNumber As UInteger, ByRef plCharacterPosition As Integer) As Integer
Parameters
- pdwSourceContext
- UInt32
- pulLineNumber
- UInt32
- plCharacterPosition
- Int32