Files
metasploit-gs/api/Msf/Exploit/Windows_Constants.html
T
jenkins-metasploit c3f5bd3de2 Reboot gh-pages
2026-05-08 17:08:43 +00:00

595 lines
24 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: Msf::Exploit::Windows_Constants
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
<script type="text/javascript">
pathId = "Msf::Exploit::Windows_Constants";
relpath = '../../';
</script>
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="../../class_list.html?1"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="../../_index.html">Index (W)</a> &raquo;
<span class='title'><span class='object_link'><a href="../../Msf.html" title="Msf (module)">Msf</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Exploit.html" title="Msf::Exploit (class)">Exploit</a></span></span>
&raquo;
<span class="title">Windows_Constants</span>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../../class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<div id="content"><h1>Module: Msf::Exploit::Windows_Constants
</h1>
<div class="box_info">
<dl>
<dt>Included in:</dt>
<dd><span class='object_link'><a href="Remote/SMB/Client/Psexec.html" title="Msf::Exploit::Remote::SMB::Client::Psexec (module)">Remote::SMB::Client::Psexec</a></span>, <span class='object_link'><a href="Remote/SMB/Client/WebExec.html" title="Msf::Exploit::Remote::SMB::Client::WebExec (module)">Remote::SMB::Client::WebExec</a></span>, <span class='object_link'><a href="../Post/Windows/FileSystem.html" title="Msf::Post::Windows::FileSystem (module)">Post::Windows::FileSystem</a></span>, <span class='object_link'><a href="../../Rex/Proto/DCERPC/SVCCTL/Client.html" title="Rex::Proto::DCERPC::SVCCTL::Client (class)">Rex::Proto::DCERPC::SVCCTL::Client</a></span></dd>
</dl>
<dl>
<dt>Defined in:</dt>
<dd>lib/msf/core/exploit/windows_constants.rb</dd>
</dl>
</div>
<h2>
Constant Summary
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
</h2>
<dl class="constants">
<dt id="STANDARD_RIGHTS_REQUIRED-constant" class="">STANDARD_RIGHTS_REQUIRED =
<div class="docstring">
<div class="discussion">
<p>Access Types winnt.h</p>
</div>
</div>
<div class="tags">
</div>
</dt>
<dd><pre class="code"><span class='int'>0x000F0000</span></pre></dd>
<dt id="CLOSE_SERVICE_HANDLE-constant" class="">CLOSE_SERVICE_HANDLE =
<div class="docstring">
<div class="discussion">
<p>SVCCTL Protocol Functions <a href="http://msdn.microsoft.com/en-us/library/cc245920.aspxa">msdn.microsoft.com/en-us/library/cc245920.aspxa</a></p>
</div>
</div>
<div class="tags">
</div>
</dt>
<dd><pre class="code"><span class='int'>0x00</span></pre></dd>
<dt id="CONTROL_SERVICE-constant" class="">CONTROL_SERVICE =
</dt>
<dd><pre class="code"><span class='int'>0x01</span></pre></dd>
<dt id="DELETE_SERVICE-constant" class="">DELETE_SERVICE =
</dt>
<dd><pre class="code"><span class='int'>0x02</span></pre></dd>
<dt id="QUERY_SERVICE_STATUS-constant" class="">QUERY_SERVICE_STATUS =
</dt>
<dd><pre class="code"><span class='int'>0x05</span></pre></dd>
<dt id="CHANGE_SERVICE_CONFIG_W-constant" class="">CHANGE_SERVICE_CONFIG_W =
</dt>
<dd><pre class="code"><span class='int'>0x0b</span></pre></dd>
<dt id="CREATE_SERVICE_W-constant" class="">CREATE_SERVICE_W =
</dt>
<dd><pre class="code"><span class='int'>0x0c</span></pre></dd>
<dt id="OPEN_SC_MANAGER_W-constant" class="">OPEN_SC_MANAGER_W =
</dt>
<dd><pre class="code"><span class='int'>0x0f</span></pre></dd>
<dt id="OPEN_SERVICE_W-constant" class="">OPEN_SERVICE_W =
</dt>
<dd><pre class="code"><span class='int'>0x10</span></pre></dd>
<dt id="CHANGE_SERVICE_CONFIG2_W-constant" class="">CHANGE_SERVICE_CONFIG2_W =
</dt>
<dd><pre class="code"><span class='int'>0x25</span></pre></dd>
<dt id="SERVICE_WIN32_OWN_PROCESS-constant" class="">SERVICE_WIN32_OWN_PROCESS =
<div class="docstring">
<div class="discussion">
<p>Services winsvc.h</p>
</div>
</div>
<div class="tags">
</div>
</dt>
<dd><pre class="code"><span class='int'>0x10</span></pre></dd>
<dt id="SERVICE_INTERACTIVE_PROCESS-constant" class="">SERVICE_INTERACTIVE_PROCESS =
</dt>
<dd><pre class="code"><span class='int'>0x100</span></pre></dd>
<dt id="SERVICE_BOOT_START-constant" class="">SERVICE_BOOT_START =
</dt>
<dd><pre class="code"><span class='int'>0x00</span></pre></dd>
<dt id="SERVICE_SYSTEM_START-constant" class="">SERVICE_SYSTEM_START =
</dt>
<dd><pre class="code"><span class='int'>0x01</span></pre></dd>
<dt id="SERVICE_AUTO_START-constant" class="">SERVICE_AUTO_START =
</dt>
<dd><pre class="code"><span class='int'>0x02</span></pre></dd>
<dt id="SERVICE_DEMAND_START-constant" class="">SERVICE_DEMAND_START =
</dt>
<dd><pre class="code"><span class='int'>0x03</span></pre></dd>
<dt id="SERVICE_DISABLED-constant" class="">SERVICE_DISABLED =
</dt>
<dd><pre class="code"><span class='int'>0x04</span></pre></dd>
<dt id="SERVICE_ERROR_IGNORE-constant" class="">SERVICE_ERROR_IGNORE =
</dt>
<dd><pre class="code"><span class='int'>0x0</span></pre></dd>
<dt id="SERVICE_NO_CHANGE-constant" class="">SERVICE_NO_CHANGE =
</dt>
<dd><pre class="code"><span class='int'>0xffffffff</span></pre></dd>
<dt id="SERVICE_ACTIVE-constant" class="">SERVICE_ACTIVE =
</dt>
<dd><pre class="code"><span class='int'>0x00000001</span></pre></dd>
<dt id="SERVICE_INACTIVE-constant" class="">SERVICE_INACTIVE =
</dt>
<dd><pre class="code"><span class='int'>0x00000002</span></pre></dd>
<dt id="SERVICE_STATE_ALL-constant" class="">SERVICE_STATE_ALL =
</dt>
<dd><pre class="code"><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="#SERVICE_ACTIVE-constant" title="Msf::Exploit::Windows_Constants::SERVICE_ACTIVE (constant)">SERVICE_ACTIVE</a></span></span> <span class='op'>|</span>
<span class='const'><span class='object_link'><a href="#SERVICE_INACTIVE-constant" title="Msf::Exploit::Windows_Constants::SERVICE_INACTIVE (constant)">SERVICE_INACTIVE</a></span></span><span class='rparen'>)</span></pre></dd>
<dt id="SERVICE_CONTROL_STOP-constant" class="">SERVICE_CONTROL_STOP =
</dt>
<dd><pre class="code"><span class='int'>0x00000001</span></pre></dd>
<dt id="SERVICE_CONTROL_PAUSE-constant" class="">SERVICE_CONTROL_PAUSE =
</dt>
<dd><pre class="code"><span class='int'>0x00000002</span></pre></dd>
<dt id="SERVICE_CONTROL_CONTINUE-constant" class="">SERVICE_CONTROL_CONTINUE =
</dt>
<dd><pre class="code"><span class='int'>0x00000003</span></pre></dd>
<dt id="SERVICE_CONTROL_INTERROGATE-constant" class="">SERVICE_CONTROL_INTERROGATE =
</dt>
<dd><pre class="code"><span class='int'>0x00000004</span></pre></dd>
<dt id="SERVICE_CONTROL_SHUTDOWN-constant" class="">SERVICE_CONTROL_SHUTDOWN =
</dt>
<dd><pre class="code"><span class='int'>0x00000005</span></pre></dd>
<dt id="SERVICE_CONTROL_PARAMCHANGE-constant" class="">SERVICE_CONTROL_PARAMCHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x00000006</span></pre></dd>
<dt id="SERVICE_CONTROL_NETBINDADD-constant" class="">SERVICE_CONTROL_NETBINDADD =
</dt>
<dd><pre class="code"><span class='int'>0x00000007</span></pre></dd>
<dt id="SERVICE_CONTROL_NETBINDREMOVE-constant" class="">SERVICE_CONTROL_NETBINDREMOVE =
</dt>
<dd><pre class="code"><span class='int'>0x00000008</span></pre></dd>
<dt id="SERVICE_CONTROL_NETBINDENABLE-constant" class="">SERVICE_CONTROL_NETBINDENABLE =
</dt>
<dd><pre class="code"><span class='int'>0x00000009</span></pre></dd>
<dt id="SERVICE_CONTROL_NETBINDDISABLE-constant" class="">SERVICE_CONTROL_NETBINDDISABLE =
</dt>
<dd><pre class="code"><span class='int'>0x0000000A</span></pre></dd>
<dt id="SERVICE_CONTROL_DEVICEEVENT-constant" class="">SERVICE_CONTROL_DEVICEEVENT =
</dt>
<dd><pre class="code"><span class='int'>0x0000000B</span></pre></dd>
<dt id="SERVICE_CONTROL_HARDWAREPROFILECHANGE-constant" class="">SERVICE_CONTROL_HARDWAREPROFILECHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x0000000C</span></pre></dd>
<dt id="SERVICE_CONTROL_POWEREVENT-constant" class="">SERVICE_CONTROL_POWEREVENT =
</dt>
<dd><pre class="code"><span class='int'>0x0000000D</span></pre></dd>
<dt id="SERVICE_CONTROL_SESSIONCHANGE-constant" class="">SERVICE_CONTROL_SESSIONCHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x0000000E</span></pre></dd>
<dt id="SERVICE_CONTROL_PRESHUTDOWN-constant" class="">SERVICE_CONTROL_PRESHUTDOWN =
</dt>
<dd><pre class="code"><span class='int'>0x0000000F</span></pre></dd>
<dt id="SERVICE_CONTROL_TIMECHANGE-constant" class="">SERVICE_CONTROL_TIMECHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x00000010</span></pre></dd>
<dt id="SERVICE_CONTROL_TRIGGEREVENT-constant" class="">SERVICE_CONTROL_TRIGGEREVENT =
</dt>
<dd><pre class="code"><span class='int'>0x00000020</span></pre></dd>
<dt id="SERVICE_STOPPED-constant" class="">SERVICE_STOPPED =
</dt>
<dd><pre class="code"><span class='int'>0x00000001</span></pre></dd>
<dt id="SERVICE_START_PENDING-constant" class="">SERVICE_START_PENDING =
</dt>
<dd><pre class="code"><span class='int'>0x00000002</span></pre></dd>
<dt id="SERVICE_STOP_PENDING-constant" class="">SERVICE_STOP_PENDING =
</dt>
<dd><pre class="code"><span class='int'>0x00000003</span></pre></dd>
<dt id="SERVICE_RUNNING-constant" class="">SERVICE_RUNNING =
</dt>
<dd><pre class="code"><span class='int'>0x00000004</span></pre></dd>
<dt id="SERVICE_CONTINUE_PENDING-constant" class="">SERVICE_CONTINUE_PENDING =
</dt>
<dd><pre class="code"><span class='int'>0x00000005</span></pre></dd>
<dt id="SERVICE_PAUSE_PENDING-constant" class="">SERVICE_PAUSE_PENDING =
</dt>
<dd><pre class="code"><span class='int'>0x00000006</span></pre></dd>
<dt id="SERVICE_PAUSED-constant" class="">SERVICE_PAUSED =
</dt>
<dd><pre class="code"><span class='int'>0x00000007</span></pre></dd>
<dt id="SERVICE_ACCEPT_STOP-constant" class="">SERVICE_ACCEPT_STOP =
</dt>
<dd><pre class="code"><span class='int'>0x00000001</span></pre></dd>
<dt id="SERVICE_ACCEPT_PAUSE_CONTINUE-constant" class="">SERVICE_ACCEPT_PAUSE_CONTINUE =
</dt>
<dd><pre class="code"><span class='int'>0x00000002</span></pre></dd>
<dt id="SERVICE_ACCEPT_SHUTDOWN-constant" class="">SERVICE_ACCEPT_SHUTDOWN =
</dt>
<dd><pre class="code"><span class='int'>0x00000004</span></pre></dd>
<dt id="SERVICE_ACCEPT_PARAMCHANGE-constant" class="">SERVICE_ACCEPT_PARAMCHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x00000008</span></pre></dd>
<dt id="SERVICE_ACCEPT_NETBINDCHANGE-constant" class="">SERVICE_ACCEPT_NETBINDCHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x00000010</span></pre></dd>
<dt id="SERVICE_ACCEPT_HARDWAREPROFILECHANGE-constant" class="">SERVICE_ACCEPT_HARDWAREPROFILECHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x00000020</span></pre></dd>
<dt id="SERVICE_ACCEPT_POWEREVENT-constant" class="">SERVICE_ACCEPT_POWEREVENT =
</dt>
<dd><pre class="code"><span class='int'>0x00000040</span></pre></dd>
<dt id="SERVICE_ACCEPT_SESSIONCHANGE-constant" class="">SERVICE_ACCEPT_SESSIONCHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x00000080</span></pre></dd>
<dt id="SERVICE_ACCEPT_PRESHUTDOWN-constant" class="">SERVICE_ACCEPT_PRESHUTDOWN =
</dt>
<dd><pre class="code"><span class='int'>0x00000100</span></pre></dd>
<dt id="SERVICE_ACCEPT_TIMECHANGE-constant" class="">SERVICE_ACCEPT_TIMECHANGE =
</dt>
<dd><pre class="code"><span class='int'>0x00000200</span></pre></dd>
<dt id="SERVICE_ACCEPT_TRIGGEREVENT-constant" class="">SERVICE_ACCEPT_TRIGGEREVENT =
</dt>
<dd><pre class="code"><span class='int'>0x00000400</span></pre></dd>
<dt id="SC_MANAGER_CONNECT-constant" class="">SC_MANAGER_CONNECT =
</dt>
<dd><pre class="code"><span class='int'>0x0001</span></pre></dd>
<dt id="SC_MANAGER_CREATE_SERVICE-constant" class="">SC_MANAGER_CREATE_SERVICE =
</dt>
<dd><pre class="code"><span class='int'>0x0002</span></pre></dd>
<dt id="SC_MANAGER_ENUMERATE_SERVICE-constant" class="">SC_MANAGER_ENUMERATE_SERVICE =
</dt>
<dd><pre class="code"><span class='int'>0x0004</span></pre></dd>
<dt id="SC_MANAGER_LOCK-constant" class="">SC_MANAGER_LOCK =
</dt>
<dd><pre class="code"><span class='int'>0x0008</span></pre></dd>
<dt id="SC_MANAGER_QUERY_LOCK_STATUS-constant" class="">SC_MANAGER_QUERY_LOCK_STATUS =
</dt>
<dd><pre class="code"><span class='int'>0x0010</span></pre></dd>
<dt id="SC_MANAGER_MODIFY_BOOT_CONFIG-constant" class="">SC_MANAGER_MODIFY_BOOT_CONFIG =
</dt>
<dd><pre class="code"><span class='int'>0x0020</span></pre></dd>
<dt id="SC_MANAGER_ALL_ACCESS-constant" class="">SC_MANAGER_ALL_ACCESS =
</dt>
<dd><pre class="code"><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="#STANDARD_RIGHTS_REQUIRED-constant" title="Msf::Exploit::Windows_Constants::STANDARD_RIGHTS_REQUIRED (constant)">STANDARD_RIGHTS_REQUIRED</a></span></span> <span class='op'>|</span>
<span class='const'><span class='object_link'><a href="#SC_MANAGER_CONNECT-constant" title="Msf::Exploit::Windows_Constants::SC_MANAGER_CONNECT (constant)">SC_MANAGER_CONNECT</a></span></span> <span class='op'>|</span>
<span class='const'><span class='object_link'><a href="#SC_MANAGER_CREATE_SERVICE-constant" title="Msf::Exploit::Windows_Constants::SC_MANAGER_CREATE_SERVICE (constant)">SC_MANAGER_CREATE_SERVICE</a></span></span> <span class='op'>|</span>
<span class='const'><span class='object_link'><a href="#SC_MANAGER_ENUMERATE_SERVICE-constant" title="Msf::Exploit::Windows_Constants::SC_MANAGER_ENUMERATE_SERVICE (constant)">SC_MANAGER_ENUMERATE_SERVICE</a></span></span> <span class='op'>|</span>
<span class='const'><span class='object_link'><a href="#SC_MANAGER_LOCK-constant" title="Msf::Exploit::Windows_Constants::SC_MANAGER_LOCK (constant)">SC_MANAGER_LOCK</a></span></span> <span class='op'>|</span>
<span class='const'><span class='object_link'><a href="#SC_MANAGER_QUERY_LOCK_STATUS-constant" title="Msf::Exploit::Windows_Constants::SC_MANAGER_QUERY_LOCK_STATUS (constant)">SC_MANAGER_QUERY_LOCK_STATUS</a></span></span> <span class='op'>|</span>
<span class='const'><span class='object_link'><a href="#SC_MANAGER_MODIFY_BOOT_CONFIG-constant" title="Msf::Exploit::Windows_Constants::SC_MANAGER_MODIFY_BOOT_CONFIG (constant)">SC_MANAGER_MODIFY_BOOT_CONFIG</a></span></span><span class='rparen'>)</span></pre></dd>
<dt id="SERVICE_QUERY_CONFIG-constant" class="">SERVICE_QUERY_CONFIG =
</dt>
<dd><pre class="code"><span class='int'>0x0001</span></pre></dd>
<dt id="SERVICE_CHANGE_CONFIG-constant" class="">SERVICE_CHANGE_CONFIG =
</dt>
<dd><pre class="code"><span class='int'>0x0002</span></pre></dd>
<dt id="SERVICE_QUERY_STATUS-constant" class="">SERVICE_QUERY_STATUS =
</dt>
<dd><pre class="code"><span class='int'>0x0004</span></pre></dd>
<dt id="SERVICE_ENUMERATE_DEPENDENTS-constant" class="">SERVICE_ENUMERATE_DEPENDENTS =
</dt>
<dd><pre class="code"><span class='int'>0x0008</span></pre></dd>
<dt id="SERVICE_START-constant" class="">SERVICE_START =
</dt>
<dd><pre class="code"><span class='int'>0x0010</span></pre></dd>
<dt id="SERVICE_STOP-constant" class="">SERVICE_STOP =
</dt>
<dd><pre class="code"><span class='int'>0x0020</span></pre></dd>
<dt id="SERVICE_PAUSE_CONTINUE-constant" class="">SERVICE_PAUSE_CONTINUE =
</dt>
<dd><pre class="code"><span class='int'>0x0040</span></pre></dd>
<dt id="SERVICE_INTERROGATE-constant" class="">SERVICE_INTERROGATE =
</dt>
<dd><pre class="code"><span class='int'>0x0080</span></pre></dd>
<dt id="SERVICE_USER_DEFINED_CONTROL-constant" class="">SERVICE_USER_DEFINED_CONTROL =
</dt>
<dd><pre class="code"><span class='int'>0x0100</span></pre></dd>
<dt id="SERVICE_ALL_ACCESS-constant" class="">SERVICE_ALL_ACCESS =
</dt>
<dd><pre class="code"><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="#STANDARD_RIGHTS_REQUIRED-constant" title="Msf::Exploit::Windows_Constants::STANDARD_RIGHTS_REQUIRED (constant)">STANDARD_RIGHTS_REQUIRED</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_QUERY_CONFIG-constant" title="Msf::Exploit::Windows_Constants::SERVICE_QUERY_CONFIG (constant)">SERVICE_QUERY_CONFIG</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_CHANGE_CONFIG-constant" title="Msf::Exploit::Windows_Constants::SERVICE_CHANGE_CONFIG (constant)">SERVICE_CHANGE_CONFIG</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_QUERY_STATUS-constant" title="Msf::Exploit::Windows_Constants::SERVICE_QUERY_STATUS (constant)">SERVICE_QUERY_STATUS</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_ENUMERATE_DEPENDENTS-constant" title="Msf::Exploit::Windows_Constants::SERVICE_ENUMERATE_DEPENDENTS (constant)">SERVICE_ENUMERATE_DEPENDENTS</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_START-constant" title="Msf::Exploit::Windows_Constants::SERVICE_START (constant)">SERVICE_START</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_STOP-constant" title="Msf::Exploit::Windows_Constants::SERVICE_STOP (constant)">SERVICE_STOP</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_PAUSE_CONTINUE-constant" title="Msf::Exploit::Windows_Constants::SERVICE_PAUSE_CONTINUE (constant)">SERVICE_PAUSE_CONTINUE</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_INTERROGATE-constant" title="Msf::Exploit::Windows_Constants::SERVICE_INTERROGATE (constant)">SERVICE_INTERROGATE</a></span></span> <span class='op'>|</span> \
<span class='const'><span class='object_link'><a href="#SERVICE_USER_DEFINED_CONTROL-constant" title="Msf::Exploit::Windows_Constants::SERVICE_USER_DEFINED_CONTROL (constant)">SERVICE_USER_DEFINED_CONTROL</a></span></span><span class='rparen'>)</span></pre></dd>
<dt id="SERVICE_RUNS_IN_SYSTEM_PROCESS-constant" class="">SERVICE_RUNS_IN_SYSTEM_PROCESS =
</dt>
<dd><pre class="code"><span class='int'>0x00000001</span></pre></dd>
<dt id="SERVICE_CONFIG_DESCRIPTION-constant" class="">SERVICE_CONFIG_DESCRIPTION =
</dt>
<dd><pre class="code"><span class='int'>1</span></pre></dd>
<dt id="SERVICE_CONFIG_FAILURE_ACTIONS-constant" class="">SERVICE_CONFIG_FAILURE_ACTIONS =
</dt>
<dd><pre class="code"><span class='int'>2</span></pre></dd>
<dt id="SERVICE_CONFIG_DELAYED_AUTO_START_INFO-constant" class="">SERVICE_CONFIG_DELAYED_AUTO_START_INFO =
</dt>
<dd><pre class="code"><span class='int'>3</span></pre></dd>
<dt id="SERVICE_CONFIG_FAILURE_ACTIONS_FLAG-constant" class="">SERVICE_CONFIG_FAILURE_ACTIONS_FLAG =
</dt>
<dd><pre class="code"><span class='int'>4</span></pre></dd>
<dt id="SERVICE_CONFIG_SERVICE_SID_INFO-constant" class="">SERVICE_CONFIG_SERVICE_SID_INFO =
</dt>
<dd><pre class="code"><span class='int'>5</span></pre></dd>
<dt id="SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO-constant" class="">SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO =
</dt>
<dd><pre class="code"><span class='int'>6</span></pre></dd>
<dt id="SERVICE_CONFIG_PRESHUTDOWN_INFO-constant" class="">SERVICE_CONFIG_PRESHUTDOWN_INFO =
</dt>
<dd><pre class="code"><span class='int'>7</span></pre></dd>
<dt id="SERVICE_CONFIG_TRIGGER_INFO-constant" class="">SERVICE_CONFIG_TRIGGER_INFO =
</dt>
<dd><pre class="code"><span class='int'>8</span></pre></dd>
<dt id="SERVICE_CONFIG_PREFERRED_NODE-constant" class="">SERVICE_CONFIG_PREFERRED_NODE =
</dt>
<dd><pre class="code"><span class='int'>9</span></pre></dd>
<dt id="SERVICE_CONFIG_LAUNCH_PROTECTED-constant" class="">SERVICE_CONFIG_LAUNCH_PROTECTED =
</dt>
<dd><pre class="code"><span class='int'>12</span></pre></dd>
</dl>
</div>
<div id="footer">
Generated on Fri May 8 17:01:56 2026 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.1.5).
</div>
</div>
</body>
</html>