diff --git a/reference/win32service/constants.xml b/reference/win32service/constants.xml
index 45145de63b..fa9bb979df 100644
--- a/reference/win32service/constants.xml
+++ b/reference/win32service/constants.xml
@@ -20,7 +20,7 @@
WIN32_SERVICE_WIN32_OWN_PROCESS
0x00000010
- The service that runs in its own process.
+ The service runs in its own process.
@@ -30,6 +30,13 @@
The service can interact with the desktop. This option is not available on Windows Vista or later.
+
+ WIN32_SERVICE_WIN32_OWN_PROCESS_INTERACTIVE
+ 0x00000110
+
+ The service runs in its own process and can interact with the desktop. This option is not available on Windows Vista or later.
+
+