IEnumFORMATETC::Next Method (UInt32, array<FORMATETC>^, array<UInt32>^)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

int Next(
	unsigned int celt,
	array<FORMATETC>^ rgelt,
	array<unsigned int>^ pceltFetched
)

Parameters

celt
Type: System::UInt32
rgelt
Type: array<Microsoft.VisualStudio.OLE.Interop::FORMATETC>^
pceltFetched
Type: array<System::UInt32>^

Return Value

Type: System::Int32
Return to top
Show: