IEnumString.RemoteNext(UInt32, String, UInt32) Method

Definition

public:
 void RemoteNext(System::UInt32 celt, [Runtime::InteropServices::Out] System::String ^ % rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public void RemoteNext (uint celt, out string rgelt, out uint pceltFetched);
Public Sub RemoteNext (celt As UInteger, ByRef rgelt As String, ByRef pceltFetched As UInteger)

Parameters

celt
UInt32
rgelt
String
pceltFetched
UInt32

Applies to