The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IEnumString::Next Method (Int32, array<String^>^, IntPtr)
.NET Framework (current version)
Retrieves a specified number of items in the enumeration sequence.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- celt
-
Type:
System::Int32
The number of strings to return in rgelt.
- rgelt
-
Type:
array<System::String^>^
When this method returns, contains a reference to the enumerated strings. This parameter is passed uninitialized.
- pceltFetched
-
Type:
System::IntPtr
When this method returns, contains a reference to the actual number of strings enumerated in rgelt.
Return Value
Type: System::Int32S_OK if the pceltFetched parameter equals the celt parameter; otherwise, S_FALSE.
For more information about IEnumString::Next, see the MSDN Library.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: