IVsEnumStreamMarkers.GetCount(Int32) Method

Definition

Returns the total count of stream markers in the enumeration sequence.

public:
 int GetCount([Runtime::InteropServices::Out] int % pcMarkers);
int GetCount([Runtime::InteropServices::Out] int & pcMarkers);
public int GetCount (out int pcMarkers);
abstract member GetCount : int -> int
Public Function GetCount (ByRef pcMarkers As Integer) As Integer

Parameters

pcMarkers
Int32

[out] Pointer to the number of stream markers in the enumeration sequence.

Returns

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

Remarks

COM Signature

From textmgr.idl:

[C++]

HRESULT IVsEnumStreamMarkers::GetCount(  
   [out] long *pcMarkers  
);  

Applies to