<div class="content"><p>The SC_RPC_CONFIG_INFOW structure SHOULD<a id="Appendix_A_Target_3"></a><a aria-label="Product behavior note 3" href="041d2a89-9d7d-4f79-91a1-c336d0a668f6#Appendix_A_3" data-linktype="relative-path">&lt;3&gt;</a> define, based on a supplied
level, either the service configuration or a list of failure actions. String
values are stored as Unicode.</p><dl>
<dd>
<div><pre> typedef struct _SC_RPC_CONFIG_INFOW {
   DWORD dwInfoLevel;
   [switch_is(dwInfoLevel)] union {
     [case(1)] 
       LPSERVICE_DESCRIPTIONW psd;
     [case(2)] 
       LPSERVICE_FAILURE_ACTIONSW psfa;
     [case(3)] 
       LPSERVICE_DELAYED_AUTO_START_INFO psda;
     [case(4)] 
       LPSERVICE_FAILURE_ACTIONS_FLAG psfaf;
     [case(5)] 
       LPSERVICE_SID_INFO pssid;
     [case(6)] 
       LPSERVICE_RPC_REQUIRED_PRIVILEGES_INFO psrp;
     [case(7)] 
       LPSERVICE_PRESHUTDOWN_INFO psps;
     [case(8)] 
       PSERVICE_TRIGGER_INFO psti;
     [case(9)] 
       LPSERVICE_PREFERRED_NODE_INFO pspn;
   };
 } SC_RPC_CONFIG_INFOW;
</pre></div>
</dd></dl><p><b>dwInfoLevel:</b>  A value that indicates
the type of configuration information in the included data.</p><p><b>psd:</b>  A structure that contains a
description of the service, as specified in section <a href="3de0acf0-bd9b-4b0b-a376-02036b16a83f" data-linktype="relative-path">2.2.35</a>.</p><p><b>psfa:</b>  A structure that contains a
list of failure actions, as specified in section <a href="58032b71-1e5c-4f2e-8545-34b0f2e8c6ad" data-linktype="relative-path">2.2.40</a>.</p><p><b>psda:</b>  A structure that specifies
whether the service is part of the delayed start group, as specified in section
<a href="805b8296-863d-4d1e-8ae8-f639adf8c6cb" data-linktype="relative-path">2.2.33</a>.</p><p><b>psfaf:</b>  A structure that specifies
whether failure actions are queued when the service exits with a nonzero error
code, as specified in section <a href="9b244e2e-82fc-4c54-8f4f-b19034faa2c4" data-linktype="relative-path">2.2.41</a>.</p><p><b>pssid:</b>  A structure that defines the
type of service SID, as specified in section <a href="ea1a9acd-4bb2-473f-ae5b-55969c5960fc" data-linktype="relative-path">2.2.46</a>.</p><p><b>psrp:</b>  A structure that defines the
privileges required by the service, as specified in section <a href="2917121d-bbe1-47d2-ad55-7bce44a127e6" data-linktype="relative-path">2.2.48</a>.</p><p><b>psps:</b>  A structure that defines the
pre-shutdown settings for the service, as specified in section <a href="6b55ad95-df3e-498f-b107-e77f831ba467" data-linktype="relative-path">2.2.45</a>.</p><p><b>psti:</b>  A structure that defines the
trigger settings for the service, as specified in section <a href="a56f5538-d13b-49bf-bd7c-2c5b213fc0f1" data-linktype="relative-path">2.2.54</a>.<a id="Appendix_A_Target_4"></a><a aria-label="Product behavior note 4" href="041d2a89-9d7d-4f79-91a1-c336d0a668f6#Appendix_A_4" data-linktype="relative-path">&lt;4&gt;</a></p><p><b>pspn:</b>  A structure that defines the
preferred node information for the service, as specified in section <a href="3767259f-f054-4076-acd3-9f7ecb79cab3" data-linktype="relative-path">2.2.55</a>.<a id="Appendix_A_Target_5"></a><a aria-label="Product behavior note 5" href="041d2a89-9d7d-4f79-91a1-c336d0a668f6#Appendix_A_5" data-linktype="relative-path">&lt;5&gt;</a></p></div>