From 2b8d90f6bbba5413a13a870544be657fedf10b45 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Wed, 27 Oct 2010 10:32:10 +0000 Subject: [PATCH] Interactive services are not supported via WIN32_SERVICE_INTERACTIVE_PROCESS on Windows Vista or later. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304950 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/win32service/constants.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/win32service/constants.xml b/reference/win32service/constants.xml index e5cbd0ec65..ddd341db48 100644 --- a/reference/win32service/constants.xml +++ b/reference/win32service/constants.xml @@ -26,7 +26,7 @@ WIN32_SERVICE_INTERACTIVE_PROCESS 0x00000100 - The service can interact with the desktop. + The service can interact with the desktop. This option is not available on Windows Vista or later.