C# Class zbxlld.Windows.Supplement.SCManager

Afficher le fichier Open project: skarllot/zbxlld

Méthodes publiques

Méthode Description
SCManager ( string serviceName ) : System

Private Methods

Méthode 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 méthode

public SCManager ( string serviceName ) : System
serviceName string
Résultat System