win32_read_all_rights_access_service

Read all service rights access

Description

array win32_read_all_rights_access_service(string $servicename, string $machine = null)

Read all rights access on servicename service. Administrative privileges are required for this to succeed.

Parameters

servicename

The service name to read rights access.

machine

The optional machine name on which you want to create a service. If omitted, it will use the local machine.

Return Values

Return an array of Win32Service\RightInfo

Errors/Exceptions

A ValueError is thrown if the value of service parameter is empty.

A Win32ServiceException is thrown on error.

See Also

  • win32_read_rights_access_service
  • win32_add_right_access_service
  • win32_remove_right_access_service
  • Win32 Rights constants