<div class="content" name="SC_RPC_NOTIFY_PARAMS_LIST" uuid="46063c64-07cb-4055-985c-75fffb259f41"><p>The SC_RPC_NOTIFY_PARAMS_LIST structure<a id="Appendix_A_Target_7"></a><a aria-label="Product behavior note 7" href="041d2a89-9d7d-4f79-91a1-c336d0a668f6#Appendix_A_7" data-linktype="relative-path">&lt;7&gt;</a> defines an array of service state
change parameters.</p><dl>
<dd>
<div><pre> typedef struct _SC_RPC_NOTIFY_PARAMS_LIST {
   BOUNDED_DWORD_4K cElements;
   [size_is(cElements)] SC_RPC_NOTIFY_PARAMS NotifyParamsArray[*];
 } SC_RPC_NOTIFY_PARAMS_LIST,
  *PSC_RPC_NOTIFY_PARAMS_LIST;
</pre></div>
</dd></dl><p><b>cElements:</b>  The number of elements
in the array.</p><p><b>NotifyParamsArray:</b>  An array of <span><a href="0e88b912-da92-411d-915a-b9b7df6d64fc" data-linktype="relative-path">SC_RPC_NOTIFY_PARAMS (section 2.2.23)</a></span>
structures.</p></div>