Useful constant.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307765 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2011-01-26 16:19:02 +00:00
parent 78fd6bb1d2
commit 5c5c01e027

View file

@ -20,7 +20,7 @@
<entry><constant>WIN32_SERVICE_WIN32_OWN_PROCESS</constant></entry>
<entry>0x00000010</entry>
<entry>
The service that runs in its own process.
The service runs in its own process.
</entry>
</row>
<row>
@ -30,6 +30,13 @@
The service can interact with the desktop. This option is not available on Windows Vista or later.
</entry>
</row>
<row>
<entry><constant>WIN32_SERVICE_WIN32_OWN_PROCESS_INTERACTIVE</constant></entry>
<entry>0x00000110</entry>
<entry>
The service runs in its own process and can interact with the desktop. This option is not available on Windows Vista or later.
</entry>
</row>
</tbody>
</tgroup>
</table>