IVsTextTipData.GetContextStream(Int32, Int32) Method

Definition

Gets a context stream for the tip text data.

int GetContextStream([Runtime::InteropServices::Out] int & piPos, [Runtime::InteropServices::Out] int & piLength);

Parameters

piPos
Int32

[out] The position of the context stream.

piLength
Int32

[out] The length of the context stream.

Returns

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

Remarks

COM Signature

From textmgr.idl:

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

Applies to