<div class="content" name="SERVICE_CONTROL_STATUS_REASON_OUT_PARAMS" uuid="2679fdcc-5e6a-4092-8958-a625f2a4ace7"><p>The SERVICE_CONTROL_STATUS_REASON_OUT_PARAMS structure<a id="Appendix_A_Target_10"></a><a aria-label="Product behavior note 10" href="041d2a89-9d7d-4f79-91a1-c336d0a668f6#Appendix_A_10" data-linktype="relative-path">&lt;10&gt;</a> contains the status of the
service.</p><dl>
<dd>
<div><pre> typedef struct _SERVICE_CONTROL_STATUS_REASON_OUT_PARAMS {
   SERVICE_STATUS_PROCESS ServiceStatus;
 } SERVICE_CONTROL_STATUS_REASON_OUT_PARAMS,
  *PSERVICE_CONTROL_STATUS_REASON_OUT_PARAMS;
</pre></div>
</dd></dl><p><b>ServiceStatus:</b>  A <span><a href="c2f0ab87-eb16-4371-8380-ddf9cd29931e" data-linktype="relative-path">SERVICE_STATUS_PROCESS (section 2.2.49)</a></span>
structure that contains the current status of the service.</p></div>