Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 12613

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Win32Service Service Type Bitmasks</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="win32service.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="win32service.constants.servicestatus.html">Win32Service Service Status Constants</a></div>
 <div class="up"><a href="win32service.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="win32service.constants.servicetype" class="section">
  <table class="doctable table">
   <caption><strong>Win32Service Service Type Bitmasks</strong></caption>
   
    <thead>
     <tr>
      <th>Constant</th>
      <th>Value</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr id="constant.win32-service-win32-own-process">
      <td><strong><code>WIN32_SERVICE_WIN32_OWN_PROCESS</code></strong></td>
      <td>0x00000010</td>
      <td>
       The service runs in its own process.
      </td>
     </tr>

     <tr id="constant.win32-service-interactive-process">
      <td><strong><code>WIN32_SERVICE_INTERACTIVE_PROCESS</code></strong></td>
      <td>0x00000100</td>
      <td>
       The service can interact with the desktop. This option is not available on Windows Vista or later.
      </td>
     </tr>

     <tr id="constant.win32-service-win32-own-process-interactive">
      <td><strong><code>WIN32_SERVICE_WIN32_OWN_PROCESS_INTERACTIVE</code></strong></td>
      <td>0x00000110</td>
      <td>
       The service runs in its own process and can interact with the desktop. This option is not available on Windows Vista or later.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="win32service.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="win32service.constants.servicestatus.html">Win32Service Service Status Constants</a></div>
 <div class="up"><a href="win32service.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>