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