Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub SetAllocatedRBGroupIndexes( _ ByVal startIndex As Integer, _ ByVal count As Integer _ ) |
C# | |
---|---|
public abstract void SetAllocatedRBGroupIndexes( int startIndex, int count ) |
C++/CLI | |
---|---|
public: abstract void SetAllocatedRBGroupIndexes( int startIndex, int count ) |
Parameters
- startIndex
- The first zero-based RB group index allocated to this coreset.
- count
- The number of contiguous RB groups to allocate to this coreset.
This method allows a single contiguous allocation of RB groups to be defined. If a more complex or non-contiguous allocation use SetAllocatedRBGroupIndexes(Int32[],Int32[]). Inspect the results of GetAllocatedRBGroupIndexes to see the current set of RB group indexes allocated to this coreset.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)