Returns arrays indicating the connected user's rights to all security classes. The arrays have a one-to-one correspondence.
<HsvSecurityAccess>.GetAllSecurityClassRightsForConnectedUser pvaralSecClassIds, pvarabstrSecClassNames, pvaralRights| Argument | Description |
|---|---|
| pvaralSecClassIds | Variant array. Returns the IDs of the application's security classes. The array's subtype is Long. |
| pvarabstrSecClassNames | Variant array. Returns the names of the application's security classes. The array's subtype is String. |
| pvaralRights | Variant array. Returns the users’ access rights to the security class. Valid values are represented by the enumeration described in Access Rights Constants. The array's subtype is Long. |