GetAllSecurityClassRightsForConnectedUser

Returns arrays indicating the connected user's rights to all security classes. The arrays have a one-to-one correspondence.

Syntax

<HsvSecurityAccess>.GetAllSecurityClassRightsForConnectedUser pvaralSecClassIds, pvarabstrSecClassNames, pvaralRights
ArgumentDescription
pvaralSecClassIdsVariant array. Returns the IDs of the application's security classes. The array's subtype is Long.
pvarabstrSecClassNamesVariant array. Returns the names of the application's security classes. The array's subtype is String.
pvaralRightsVariant 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.