mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Useful constant.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307765 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78fd6bb1d2
commit
5c5c01e027
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue