IEnumString.RemoteNext(UInt32, String, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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