| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Function GetAllocatedSlots() As Boolean() | |
| C# | |
|---|---|
public abstract bool[] GetAllocatedSlots() | |
| C++/CLI | |
|---|---|
public: abstract array<bool>^ GetAllocatedSlots(); | |
Return Value
A 40 element vector of booleans where the index indicates the slot and the value indicates whether the slot is allocated to this user.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)