This document is archived and information here might be outdated. Recommended version. |
Returns a pageSize of roles from the role store from the startIndex.
[Visual Basic .NET] Public Function GetAllRolesPaged ( _ ByVal StartIndex As Integer, _ ByVal pageSize As Integer, _ ByRef roles As IRole[] _ ) As Boolean
[C#] public bool GetAllRolesPaged ( int StartIndex, int pageSize, ref IRole[] roles );
[C++]
HRESULT GetAllRolesPaged(
long StartIndex,
long pageSize,
SAFEARRAY(IRole)** roles
);
[C++] Parameters StartIndex [in]
StartIndex is a parameter of type long pageSize [in]
pageSize is a parameter of type long roles [out]
roles is a parameter of type SAFEARRAY(IRole*)*