|
win32_add_right_access_serviceAdd rights access for an username to the service Description
void win32_add_right_access_service(
string $servicename ,string $username ,int $right ,string $machine = null )
Add the rights access for Parameters
Return ValuesReturn a Win32Service\RightInfo object. Errors/Exceptions
A ValueError is thrown if the
value of
A ValueError is thrown if the
value of A Win32ServiceException is thrown on error. See Also
|