4 references to OutputParameters
WsatUI (4)
Configuration\RemoteHelper.cs (4)
82if (outParams.Properties[OutputParameters.ProcessId].Value == null || 83outParams.Properties[OutputParameters.ReturnValue].Value == null) 90uint processID = (uint)outParams.Properties[OutputParameters.ProcessId].Value; 92uint result = (uint)outParams.Properties[OutputParameters.ReturnValue].Value;