示例#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;
 }
示例#2
0
 public CloseServiceHandle(SharpCifs.Dcerpc.Rpc.PolicyHandle handle)
 {
     this.handle = handle;
     this.Ptype  = 0;
 }
示例#3
0
 public CloseServiceHandle(SharpCifs.Dcerpc.Rpc.PolicyHandle handle) {
     this.handle = handle;
     this.Ptype = 0;
 }
示例#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;
 }