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