reference/win32service/constants.xml
89c40e4a2a9521d5e69a8c86f7b68538739f8b3b
...
...
@@ -4,8 +4,7 @@
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6

7
-
<section xml:id="win32service.constants.servicetype">
8
-
<table>
7
+
<table xml:id="win32service.constants.servicetype">
9
8
<title>Win32Service Service Type Bitmasks</title>
10
9
<tgroup cols="3">
11
10
<thead>
...
...
@@ -40,10 +39,8 @@
40
39
</tbody>
41
40
</tgroup>
42
41
</table>
43
-
</section>
44
42

45
-
<section xml:id="win32service.constants.servicestatus">
46
-
<table>
43
+
<table xml:id="win32service.constants.servicestatus">
47
44
<title>Win32Service Service Status Constants</title>
48
45
<tgroup cols="3">
49
46
<thead>
...
...
@@ -106,10 +103,8 @@
106
103
</tbody>
107
104
</tgroup>
108
105
</table>
109
-
</section>
110
106

111
-
<section xml:id="win32service.constants.servicecontrol">
112
-
<table>
107
+
<table xml:id="win32service.constants.servicecontrol">
113
108
<title>Win32Service Service Control Message Constants</title>
114
109
<tgroup cols="3">
115
110
<thead>
...
...
@@ -231,10 +226,8 @@
231
226
</tbody>
232
227
</tgroup>
233
228
</table>
234
-
</section>
235
229

236
-
<section xml:id="win32service.constants.controlsaccepted">
237
-
<table>
230
+
<table xml:id="win32service.constants.controlsaccepted">
238
231
<title>Win32Service Service Control Message Accepted Bitmasks</title>
239
232
<tgroup cols="3">
240
233
<thead>
...
...
@@ -359,10 +352,8 @@
359
352
</tbody>
360
353
</tgroup>
361
354
</table>
362
-
</section>
363
355

364
-
<section xml:id="win32service.constants.servicestarttype">
365
-
<table>
356
+
<table xml:id="win32service.constants.servicestarttype">
366
357
<title>Win32Service Service Start Type Constants</title>
367
358
<tgroup cols="3">
368
359
<thead>
...
...
@@ -414,10 +405,8 @@
414
405
</tbody>
415
406
</tgroup>
416
407
</table>
417
-
</section>
418
408

419
-
<section xml:id="win32service.constants.errorcontrol">
420
-
<table>
409
+
<table xml:id="win32service.constants.errorcontrol">
421
410
<title>Win32Service Service Error Control Constants</title>
422
411
<tgroup cols="3">
423
412
<thead>
...
...
@@ -466,10 +455,8 @@
466
455
</tbody>
467
456
</tgroup>
468
457
</table>
469
-
</section>
470
458

471
-
<section xml:id="win32service.constants.serviceflag">
472
-
<table>
459
+
<table xml:id="win32service.constants.serviceflag">
473
460
<title>Win32Service Service Flag Constants</title>
474
461
<tgroup cols="3">
475
462
<thead>
...
...
@@ -490,15 +477,13 @@
490
477
</tbody>
491
478
</tgroup>
492
479
</table>
493
-
</section>
494
480

495
-
<section xml:id="win32service.constants.errors">
496
-
<note>
497
-
<para>
498
-
These constants are no longer in use as of Win32Service 1.0.0.
499
-
</para>
481
+
<note>
482
+
<para>
483
+
These constants are no longer in use as of Win32Service 1.0.0.
484
+
</para>
500
485
</note>
501
-
<table>
486
+
<table xml:id="win32service.constants.errors">
502
487
<title>Win32 Error Codes</title>
503
488
<tgroup cols="3">
504
489
<thead>
...
...
@@ -744,10 +729,8 @@
744
729
</tbody>
745
730
</tgroup>
746
731
</table>
747
-
</section>
748
732

749
-
<section xml:id="win32service.constants.basepriorities">
750
-
<table>
733
+
<table xml:id="win32service.constants.basepriorities">
751
734
<title>Win32 Base Priority Classes</title>
752
735
<tgroup cols="3">
753
736
<thead>
...
...
@@ -818,10 +801,8 @@
818
801
</tbody>
819
802
</tgroup>
820
803
</table>
821
-
</section>
822
804

823
-
<section xml:id="win32service.constants.recovery-action">
824
-
<table>
805
+
<table xml:id="win32service.constants.recovery-action">
825
806
<title>Win32 Recovery action</title>
826
807
<tgroup cols="3">
827
808
<thead>
...
...
@@ -863,10 +844,8 @@
863
844
</tbody>
864
845
</tgroup>
865
846
</table>
866
-
</section>
867
847

868
-
<section xml:id="win32service.constants.serviceinfos">
869
-
<table>
848
+
<table xml:id="win32service.constants.serviceinfos">
870
849
<title>Win32 Service informations</title>
871
850
<tgroup cols="3">
872
851
<thead>
...
...
@@ -925,85 +904,85 @@
925
904
<entry>
926
905
</entry>
927
906
</row>
928
-
<row xml:id="constant.win32-info-load-order">
907
+
<row xml:id="constant.info-load-order">
929
908
<entry><constant>INFO_LOAD_ORDER</constant></entry>
930
909
<entry>"load_order"</entry>
931
910
<entry>
932
911
</entry>
933
912
</row>
934
-
<row xml:id="constant.win32-info-svc-type">
913
+
<row xml:id="constant.info-svc-type">
935
914
<entry><constant>INFO_SVC_TYPE</constant></entry>
936
915
<entry>"svc_type"</entry>
937
916
<entry>
938
917
</entry>
939
918
</row>
940
-
<row xml:id="constant.win32-info-error-control">
919
+
<row xml:id="constant.info-error-control">
941
920
<entry><constant>INFO_ERROR_CONTROL</constant></entry>
942
921
<entry>"error_control"</entry>
943
922
<entry>
944
923
</entry>
945
924
</row>
946
-
<row xml:id="constant.win32-info-delayed-start">
925
+
<row xml:id="constant.info-delayed-start">
947
926
<entry><constant>INFO_DELAYED_START</constant></entry>
948
927
<entry>"delayed_start"</entry>
949
928
<entry>
950
929
</entry>
951
930
</row>
952
-
<row xml:id="constant.win32-info-base-priority">
931
+
<row xml:id="constant.info-base-priority">
953
932
<entry><constant>INFO_BASE_PRIORITY</constant></entry>
954
933
<entry>"base_priority"</entry>
955
934
<entry>
956
935
</entry>
957
936
</row>
958
-
<row xml:id="constant.win32-info-dependencies">
937
+
<row xml:id="constant.info-dependencies">
959
938
<entry><constant>INFO_DEPENDENCIES</constant></entry>
960
939
<entry>"dependencies"</entry>
961
940
<entry>
962
941
</entry>
963
942
</row>
964
-
<row xml:id="constant.win32-info-recovery-delay">
943
+
<row xml:id="constant.info-recovery-delay">
965
944
<entry><constant>INFO_RECOVERY_DELAY</constant></entry>
966
945
<entry>"recovery_delay"</entry>
967
946
<entry>
968
947
</entry>
969
948
</row>
970
-
<row xml:id="constant.win32-info-recovery-action-1">
949
+
<row xml:id="constant.info-recovery-action-1">
971
950
<entry><constant>INFO_RECOVERY_ACTION_1</constant></entry>
972
951
<entry>"recovery_action_1"</entry>
973
952
<entry>
974
953
</entry>
975
954
</row>
976
-
<row xml:id="constant.win32-info-recovery-action-2">
955
+
<row xml:id="constant.info-recovery-action-2">
977
956
<entry><constant>INFO_RECOVERY_ACTION_2</constant></entry>
978
957
<entry>"recovery_action_2"</entry>
979
958
<entry>
980
959
</entry>
981
960
</row>
982
-
<row xml:id="constant.win32-info-recovery-action-3">
961
+
<row xml:id="constant.info-recovery-action-3">
983
962
<entry><constant>INFO_RECOVERY_ACTION_3</constant></entry>
984
963
<entry>"recovery_action_3"</entry>
985
964
<entry>
986
965
</entry>
987
966
</row>
988
-
<row xml:id="constant.win32-info-recovery-reset-period">
967
+
<row xml:id="constant.info-recovery-reset-period">
989
968
<entry><constant>INFO_RECOVERY_RESET_PERIOD</constant></entry>
990
969
<entry>"recovery_reset_period"</entry>
991
970
<entry>
992
971
</entry>
993
972
</row>
994
-
<row xml:id="constant.win32-info-recovery-enabled">
973
+
<row xml:id="constant.info-recovery-enabled">
995
974
<entry><constant>INFO_RECOVERY_ENABLED</constant></entry>
996
975
<entry>"recovery_enabled"</entry>
997
976
<entry>
998
977
</entry>
999
978
</row>
1000
-
<row xml:id="constant.win32-info-recovery-reboot-msg">
979
+
<row xml:id="constant.info-recovery-reboot-msg">
1001
980
<entry><constant>INFO_RECOVERY_REBOOT_MSG</constant></entry>
1002
981
<entry>"recovery_reboot_msg"</entry>
1003
982
<entry>
1004
983
</entry>
1005
984
</row>
1006
-
<row xml:id="constant.win32-info-recovery-command">
985
+
<row xml:id="constant.info-recovery-command">
1007
986
<entry><constant>INFO_RECOVERY_COMMAND</constant></entry>
1008
987
<entry>"recovery_command"</entry>
1009
988
<entry>
...
...
@@ -1012,7 +991,6 @@
1012
991
</tbody>
1013
992
</tgroup>
1014
993
</table>
1015
-
</section>
1016
994
</appendix>
1017
995

1018
996
<!-- Keep this comment at the end of the file
1019
997