IDebugDocumentPositionOffset2.GetRange(UInt32, UInt32) 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 GetRange([Runtime::InteropServices::Out] System::UInt32 % pdwBegOffset, [Runtime::InteropServices::Out] System::UInt32 % pdwEndOffset);
public int GetRange(out uint pdwBegOffset, out uint pdwEndOffset);
abstract member GetRange : uint32 * uint32 -> int
Public Function GetRange (ByRef pdwBegOffset As UInteger, ByRef pdwEndOffset As UInteger) As Integer
Parameters
- pdwBegOffset
- UInt32
- pdwEndOffset
- UInt32