Click or drag to resize
Xcalibur Systems LLC Logo

ServiceRequiredPrivilegesInfo Structure

Represents the required privileges for a service.

SERVICE_REQUIRED_PRIVILEGES_INFO structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.ServicesServiceRequiredPrivilegesInfo

Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct ServiceRequiredPrivilegesInfo

The ServiceRequiredPrivilegesInfo type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldRequiredPrivileges The required privileges
Top
See Also