<div class="content" name="SERVICE_DELAYED_AUTO_START_INFO" uuid="805b8296-863d-4d1e-8ae8-f639adf8c6cb"><p>The SERVICE_DELAYED_AUTO_START_INFO structure<a id="Appendix_A_Target_11"></a><a aria-label="Product behavior note 11" href="041d2a89-9d7d-4f79-91a1-c336d0a668f6#Appendix_A_11" data-linktype="relative-path">&lt;11&gt;</a> defines the delayed autostart
setting of an autostart service.</p><dl>
<dd>
<div><pre> typedef struct _SERVICE_DELAYED_AUTO_START_INFO {
   BOOL fDelayedAutostart;
 } SERVICE_DELAYED_AUTO_START_INFO,
  *LPSERVICE_DELAYED_AUTO_START_INFO;
</pre></div>
</dd></dl><p><b>fDelayedAutostart:</b>  A Boolean value
that specifies whether to delay the start of the service. If this value is
TRUE, the service is started after other autostart services are started plus a
short delay of approximately two minutes. Otherwise, the service is started
during the system boot. This setting is ignored unless the service is an
autostart service.</p><p>If the service has other services that it is dependent on,
as specified via the <b>lpDependencies</b> member of the QUERY_SERVICE_CONFIGA
structure (section <span><a href="daee07f5-9075-4534-a674-7db7fc689b36" data-linktype="relative-path">2.2.14</a></span>) and the
QUERY_SERVICE_CONFIGW structure (section <span><a href="97200665-5631-42ea-9917-6f9b41f02391" data-linktype="relative-path">2.2.15</a></span>), then those
services are started before this service.</p></div>