[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/win32service/_constants.xml?=
From:       Richard_Quadling <rquadling () php ! net>
Date:       2010-10-28 10:53:16
Message-ID: svn-rquadling-1288263196-304966-1753394648 () svn ! php ! net
[Download RAW message or body]

rquadling                                Thu, 28 Oct 2010 10:53:16 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=304966

Log:
Additional Win32 Error Code - WIN32_ERROR_SERVICE_DOES_NOT_EXIST

Changed paths:
    U   phpdoc/en/trunk/reference/win32service/constants.xml

Modified: phpdoc/en/trunk/reference/win32service/constants.xml
===================================================================
--- phpdoc/en/trunk/reference/win32service/constants.xml	2010-10-28 10:36:25 UTC (rev 304965)
+++ phpdoc/en/trunk/reference/win32service/constants.xml	2010-10-28 10:53:16 UTC (rev 304966)
@@ -316,28 +316,28 @@
    <tbody>
     <row>
      <entry><constant>WIN32_ERROR_ACCESS_DENIED</constant></entry>
-     <entry>0X00000005</entry>
+     <entry>0x00000005</entry>
      <entry>
       The handle to the SCM database does not have the appropriate access rights.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_CIRCULAR_DEPENDENCY</constant></entry>
-     <entry>0X00000423</entry>
+     <entry>0x00000423</entry>
      <entry>
       A circular service dependency was specified.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_DATABASE_DOES_NOT_EXIST</constant></entry>
-     <entry>0X00000429</entry>
+     <entry>0x00000429</entry>
      <entry>
       The specified database does not exist.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_DEPENDENT_SERVICES_RUNNING</constant></entry>
-     <entry>0X0000041B</entry>
+     <entry>0x0000041B</entry>
      <entry>
       The service cannot be stopped because other running services are dependent
       on it.
@@ -345,7 +345,7 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_DUPLICATE_SERVICE_NAME</constant></entry>
-     <entry>0X00000436</entry>
+     <entry>0x00000436</entry>
      <entry>
       The display name already exists in the service control manager database
       either as a service name or as another display name.
@@ -353,7 +353,7 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INSUFFICIENT_BUFFER</constant></entry>
-     <entry>0X0000007A</entry>
+     <entry>0x0000007A</entry>
      <entry>
       The buffer is too small for the service status structure. Nothing was
       written to the structure.
@@ -361,42 +361,42 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INVALID_DATA</constant></entry>
-     <entry>0X0000000D</entry>
+     <entry>0x0000000D</entry>
      <entry>
       The specified service status structure is invalid.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INVALID_HANDLE</constant></entry>
-     <entry>0X00000006</entry>
+     <entry>0x00000006</entry>
      <entry>
       The handle to the specified service control manager database is invalid.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INVALID_LEVEL</constant></entry>
-     <entry>0X0000007C</entry>
+     <entry>0x0000007C</entry>
      <entry>
       The InfoLevel parameter contains an unsupported value.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INVALID_NAME</constant></entry>
-     <entry>0X0000007B</entry>
+     <entry>0x0000007B</entry>
      <entry>
       The specified service name is invalid.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INVALID_PARAMETER</constant></entry>
-     <entry>0X00000057</entry>
+     <entry>0x00000057</entry>
      <entry>
       A parameter that was specified is invalid.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INVALID_SERVICE_ACCOUNT</constant></entry>
-     <entry>0X00000421</entry>
+     <entry>0x00000421</entry>
      <entry>
       The user account name specified in the <parameter>user</parameter>
       parameter does not exist. See <function>win32_create_service</function>.
@@ -404,28 +404,28 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_INVALID_SERVICE_CONTROL</constant></entry>
-     <entry>0X0000041C</entry>
+     <entry>0x0000041C</entry>
      <entry>
       The requested control code is not valid, or it is unacceptable to the service.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_PATH_NOT_FOUND</constant></entry>
-     <entry>0X00000003</entry>
+     <entry>0x00000003</entry>
      <entry>
       The service binary file could not be found.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_ALREADY_RUNNING</constant></entry>
-     <entry>0X00000420</entry>
+     <entry>0x00000420</entry>
      <entry>
       An instance of the service is already running.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_CANNOT_ACCEPT_CTRL</constant></entry>
-     <entry>0X00000425</entry>
+     <entry>0x00000425</entry>
      <entry>
       The requested control code cannot be sent to the service because the state
       of the service is <constant>WIN32_SERVICE_STOPPED</constant>,
@@ -435,14 +435,14 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_DATABASE_LOCKED</constant></entry>
-     <entry>0X0000041F</entry>
+     <entry>0x0000041F</entry>
      <entry>
       The database is locked.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_DEPENDENCY_DELETED</constant></entry>
-     <entry>0X00000433</entry>
+     <entry>0x00000433</entry>
      <entry>
       The service depends on a service that does not exist or has been marked
       for deletion.
@@ -450,28 +450,35 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_DEPENDENCY_FAIL</constant></entry>
-     <entry>0X0000042C</entry>
+     <entry>0x0000042C</entry>
      <entry>
       The service depends on another service that has failed to start.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_DISABLED</constant></entry>
-     <entry>0X00000422</entry>
+     <entry>0x00000422</entry>
      <entry>
       The service has been disabled.
      </entry>
     </row>
     <row>
+     <entry><constant>WIN32_ERROR_SERVICE_DOES_NOT_EXIST</constant></entry>
+     <entry>0x00000424</entry>
+     <entry>
+      The specified service does not exist as an installed service.
+     </entry>
+    </row>
+    <row>
      <entry><constant>WIN32_ERROR_SERVICE_EXISTS</constant></entry>
-     <entry>0X00000431</entry>
+     <entry>0x00000431</entry>
      <entry>
       The specified service already exists in this database.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_LOGON_FAILED</constant></entry>
-     <entry>0X0000042D</entry>
+     <entry>0x0000042D</entry>
      <entry>
       The service did not start due to a logon failure. This error occurs if
       the service is configured to run under an account that does not have the
@@ -480,28 +487,28 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_MARKED_FOR_DELETE</constant></entry>
-     <entry>0X00000430</entry>
+     <entry>0x00000430</entry>
      <entry>
       The specified service has already been marked for deletion.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_NO_THREAD</constant></entry>
-     <entry>0X0000041E</entry>
+     <entry>0x0000041E</entry>
      <entry>
       A thread could not be created for the service.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_NOT_ACTIVE</constant></entry>
-     <entry>0X00000426</entry>
+     <entry>0x00000426</entry>
      <entry>
       The service has not been started.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SERVICE_REQUEST_TIMEOUT</constant></entry>
-     <entry>0X0000041D</entry>
+     <entry>0x0000041D</entry>
      <entry>
       The process for the service was started, but it did not call
       StartServiceCtrlDispatcher, or the thread that called
@@ -510,14 +517,14 @@
     </row>
     <row>
      <entry><constant>WIN32_ERROR_SHUTDOWN_IN_PROGRESS</constant></entry>
-     <entry>0X0000045B</entry>
+     <entry>0x0000045B</entry>
      <entry>
       The system is shutting down; this function cannot be called.
      </entry>
     </row>
     <row>
      <entry><constant>WIN32_NO_ERROR</constant></entry>
-     <entry>0X00000000</entry>
+     <entry>0x00000000</entry>
      <entry>
       No error.
      </entry>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic