IEnumGroupEvaluationResultContext110.Next Method
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.
C++
public:
int Next(System::UInt32 cResultBufferSize, cli::array <System::UInt64> ^ rgComputeThreadIds, cli::array <System::String ^> ^ rgEvaluationValues, [Runtime::InteropServices::Out] System::UInt32 % pcResultsFetched);
public int Next(uint cResultBufferSize, ulong[] rgComputeThreadIds, string[] rgEvaluationValues, out uint pcResultsFetched);
abstract member Next : uint32 * uint64[] * string[] * uint32 -> int
Public Function Next (cResultBufferSize As UInteger, rgComputeThreadIds As ULong(), rgEvaluationValues As String(), ByRef pcResultsFetched As UInteger) As Integer
- cResultBufferSize
- UInt32
- rgComputeThreadIds
- UInt64[]
- rgEvaluationValues
- String[]
- pcResultsFetched
- UInt32
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |