C# Class zbxlld.Windows.Supplement.SCManager

Mostra file Open project: skarllot/zbxlld

Public Methods

Method Description
SCManager ( string serviceName ) : System

Private Methods

Method Description
CloseServiceHandle ( IntPtr hSCObject ) : bool
OpenSCManager ( string machineName, string databaseName, ACCESS_MASK dwAccess ) : IntPtr
OpenService ( IntPtr hSCManager, string lpServiceName, SERVICE_ACCESS dwDesiredAccess ) : IntPtr
QueryServiceConfig ( IntPtr hService, IntPtr intPtrQueryConfig, UInt32 cbBufSize, UInt32 &pcbBytesNeeded ) : System.Boolean

Method Details

SCManager() public method

public SCManager ( string serviceName ) : System
serviceName string
return System