setGroupNamePVSS() - deprecated

Use the function UserManagementBaseType::setFullName() instead!

Sets the name of a WinCC OA user group.

Synopsis

bool setGroupNamePVSS(unsigned pvssGroupID, string groupName, langString groupFullName, langString groupComment);

Parameters

Parameter Description
pvssGroupID

The WinCC OA Group ID:

//0 = root

//1 = PARA

//2 = operatorAll

//3 = operator

//4 = guest

//5 = the own user groups

groupName WinCC OA group name.
groupFullName Full group name
groupComment Comment for the group

Return value

TRUE if the group name was set successfully. In case of errors FALSE.

Description

Sets the name of a WinCC OA user group.

EXAMPLE

Sets the name of the WinCC OA user group "guest" (Group ID 4) to "GuestGroup", the full name to "New GuestGroup" and the description to "The WinCC OA GuestGroup".

main()
{
  setGroupNamePVSS(4,"GuestGroup", "New GuestGroup","The WinCC OA GuestGroup");
}

Assignment

User administration

Availability

CTRL