IActiveScriptError64.GetSourcePosition64(UInt64, 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 GetSourcePosition64([Runtime::InteropServices::Out] System::UInt64 % pdwSourceContext, [Runtime::InteropServices::Out] System::UInt32 % pulLineNumber, [Runtime::InteropServices::Out] int % plCharacterPosition);
public int GetSourcePosition64(out ulong pdwSourceContext, out uint pulLineNumber, out int plCharacterPosition);
abstract member GetSourcePosition64 : uint64 * uint32 * int -> int
Public Function GetSourcePosition64 (ByRef pdwSourceContext As ULong, ByRef pulLineNumber As UInteger, ByRef plCharacterPosition As Integer) As Integer
Parameters
- pdwSourceContext
- UInt64
- pulLineNumber
- UInt32
- plCharacterPosition
- Int32