update page now

The Win32Service\RightInfo class

(PECL win32service >=1.1.0)

Introduction

The Win32Service\RightInfo internal class encapsulates the result of win32_read_right_access_service().

Class synopsis

final class Win32Service\RightInfo {
/* Methods */
final private function __construct()
final public function getDomain(): ?string
final public function getFullUsername(): ?string
final public function getRights(): array
final public function getUsername(): ?string
final public function isDenyAccess(): bool
final public function isGrantAccess(): bool
}

Table of Contents

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top