getGroupDataPVSS()

Returns group data for a WinCC OA group. The function is obsolete as of WinCC OA version 3.17. The function is, however, available for compatibility reasons! Use the function getGroup() instead.

Synopsis

mapping getGroupDataPVSS(unsigned pvssGroupID);

Parameters

Parameter Description
pvssGroupID The group ID of the group whose data is returned.

Return value

Group data for a WinCC OA group.

Description

Returns group data for a WinCC OA group. The function returns a mapping. The following user data is returned:

User data Description
Name The user name
PVSSID The WinCC OA user ID (remains unchanged for backwards compatibility).
OSID Operating system ID of the user.
PERMSET The set authorization bits.

Example

Returns the group data for the group "guest".

main()
{
  mapping m = getGroupDataPVSS(4); /* The group date of the group
  guest */
  DebugN("Data of the group:", m);
}

Assignment

User administration

Availability

CTRL