IVsMethodTipWindow.GetContextStream(Int32, Int32) Method

Definition

Returns the context stream.

public:
 int GetContextStream([Runtime::InteropServices::Out] int % piPos, [Runtime::InteropServices::Out] int % piLength);
int GetContextStream([Runtime::InteropServices::Out] int & piPos, [Runtime::InteropServices::Out] int & piLength);
public int GetContextStream (out int piPos, out int piLength);
abstract member GetContextStream : int * int -> int
Public Function GetContextStream (ByRef piPos As Integer, ByRef piLength As Integer) As Integer

Parameters

piPos
Int32

[out] Starting position of the context stream.

piLength
Int32

[out] Length of the context stream from the starting position, piPos.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsMethodTipWindow::GetContextStream(  
   [out] long *piPos,   
   [out] long *piLength  
);  

Applies to