Example #1
0
 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;
 }
Example #2
0
 public SetServiceStatus(Rpc.PolicyHandle service_handle, service_status status)
 {
     this.service_handle = service_handle;
     this.status         = status;
     this.Ptype          = 0;
 }
Example #3
0
 public SetServiceStatus(Rpc.PolicyHandle service_handle, service_status status) {
     this.service_handle = service_handle;
     this.status = status;
     this.Ptype = 0;
 }
Example #4
0
 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;
 }