コード例 #1
0
ファイル: svcctl.cs プロジェクト: smile921/kh_blog
 public ControlService(SharpCifs.Dcerpc.Rpc.PolicyHandle service_handle, int control, service_status status)
 {
     this.service_handle = service_handle;
     this.control        = control;
     this.status         = status;
     this.Ptype          = 0;
 }
コード例 #2
0
ファイル: svcctl.cs プロジェクト: smile921/kh_blog
 public SetServiceStatus(Rpc.PolicyHandle service_handle, service_status status)
 {
     this.service_handle = service_handle;
     this.status         = status;
     this.Ptype          = 0;
 }
コード例 #3
0
ファイル: svcctl.cs プロジェクト: Cyber-Forensic/Potato
 public SetServiceStatus(Rpc.PolicyHandle service_handle, service_status status) {
     this.service_handle = service_handle;
     this.status = status;
     this.Ptype = 0;
 }
コード例 #4
0
ファイル: svcctl.cs プロジェクト: Cyber-Forensic/Potato
 public ControlService(SharpCifs.Dcerpc.Rpc.PolicyHandle service_handle, int control, service_status status) {
     this.service_handle = service_handle;
     this.control = control;
     this.status = status;
     this.Ptype = 0;
 }