Пример #1
0
 public CloseServiceHandle(SharpCifs.Dcerpc.Rpc.PolicyHandle handle) {
     this.handle = handle;
     this.Ptype = 0;
 }
Пример #2
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;
 }