setUserOsIdPVSS() - deprecated

Sets the OS ID for the user with the given WinCC OA user ID.

Synopsis

bool setUserOsIdPVSS(unsigned pvssUserID, string osID);

Parameters

Parameter Description
pvssUserID The WinCC OA user ID
osID The osID that should be set

Return value

TRUE if the OS ID was set successfully. In case of errors FALSE.

Description

Sets the OS ID for the user with the given WinCC OA ID.

Example

Sets the OS ID S-1-5-21-1934636824-790261252-315576832-2029 for the user demo (4098).

main(){ bool us; us = setUserOsIdPVSS(4098, "S-1-5-21-1934636824-790261252-315576832-2029"); DebugN("us");}

Assignment

User administration

Availability

CTRL