summaryrefslogtreecommitdiff
path: root/fpcsrc/rtl/netware/nwpsrv3x.imp
blob: efd5c37c9c59aa0ef6ba6dd831a03a61981b1beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
# converted to unix by root on mail.armin.d at Mon Apr 16 00:36:06 CEST 2001
#
    NWPSRegisterLibraryClient,
    NWPSDeRegisterLibraryClient,
    NWPSJobScan,
    NWPSJobWrite,
    NWPSJobRead,
    NWPSJobDelete,
    NWPSJobGetDefault,
    NWPSJobSetDefault,
    NWPSPdfGetVersion,
    NWPSPdfSetVersion,
    NWPSPdfAddForm,
    NWPSPdfDeleteForm,
    NWPSPdfScanForm,
    NWPSPdfReadForm,
    NWPSPdfUpdateForm,
    NWPSPdfAddDevice,
    NWPSPdfDeleteDevice,
    NWPSPdfScanDevice,
    NWPSPdfReadDevice,
    NWPSPdfUpdateDevice,
    NWPSPdfAddMode,
    NWPSPdfDeleteMode,
    NWPSPdfScanMode,
    NWPSPdfReadMode,
    NWPSPdfUpdateMode,
    NWPSPdfAddModeFunction,
    NWPSPdfDeleteModeFunction,
    NWPSPdfScanModeFunction,
    NWPSPdfReadModeFunction,
    NWPSPdfAddFunction,
    NWPSPdfDeleteFunction,
    NWPSPdfScanFunction,
    NWPSPdfReadFunction,
    NWPSPdfUpdateFunction,
    NWPSCfgAddNServer,
    NWPSCfgDeleteNServer,
    NWPSCfgGetPrinterDefaults,
    NWPSCfgAttrNameToNumber,
    NWPSCfgAttrNumberToName,
    NWPSComAbortPrintJob,
    NWPSComAddNotifyObject,
    NWPSComAddQueueToPrinter,
    NWPSComAttachPServerToNServer,
    NWPSComCancelDownRequest,
    NWPSComChangeNotifyInterval,
    NWPSComChangeQueuePriority,
    NWPSComChangeServiceMode,
    NWPSComDeleteNotifyObject,
    NWPSComDeleteQueueFromPrinter,
    NWPSComDetachFromPrintServer,
    NWPSComDetachPServerFromNServer,
    NWPSComDownPrintServer,
    NWPSComEjectForm,
    NWPSComGetAttachedNServers,
    NWPSComGetNextRemotePrinter,
    NWPSComGetNotifyObject,
    NWPSComGetPrintersServicingQ,
    NWPSComGetPrinterStatus,
    NWPSComGetPrintJobStatus,
    NWPSComGetPrintServerInfo,
    NWPSComGetQueuesServiced,
    NWPSComMarkTopOfForm,
    NWPSComRequestRemotePrinter,
    NWPSComRewindPrintJob,
    NWPSComSetMountedForm,
    NWPSComSetRemoteMode,
    NWPSComStartPrinter,
    NWPSComStopPrinter,
    NWPSPdfDebug,
    NWPSJobInit,
    NWPSJobSet,
    NWPSPdfImportDevice,
    NWPSPdfExportDevice,
    NWPSPdfGetImportDate,
    NWPSPdfSetImportDate,
    NWPSComScanXNPs,
    NWPSComGetExtPrinterStatus,
    NWPSXNPRegister,
    NWPSXNPDeregister,
    NWPSXNPGetConfigInfo,
    NWPSXNPSendStatus,
    NWPSXNPCloseFile,
    NWPSXNPOpenFile,
    NWPSXNPReadFile,
    NWPSXNPSeekFile,
    NWPSXNPWriteFile,
    NWPSXNPAcceptJob,
    NWPSXNPCreateBanner,
    NWPSXNPDeclineJobs,
    NWPSXNPFinishJob,
    NWPSXNPQuery,
    NWPSApiConfigToFileConfig,
    NWPSFileConfigToApiConfig,
    NWPSComMountXNPForm,
    NWPSComDismountXNPForm,
    NWPSComAbortXNPJob,
    NWPSComGetXNPJobStatus,
    NWPSComRewindXNPJob,
    NWPSCfgGetFirstNServer,
    NWPSCfgGetNextNServer,
    NWPSCfgEndNextNServer,
    NWPSCfgVerifyNServer,
    NWPSPdfScanFunctionMode,
    NWPSPdfDeleteDatabase,
    NWPSJobDeleteDatabase,
    NWPSJobGetFirstJob,
    NWPSJobGetNextJob,
    NWPSJobEndNextJob,
    NWP0CfgAddPrintServer,
    NWP0CfgDeletePrintServer,
    NWP0CfgGetFirstPrintServer,
    NWP0CfgGetNextPrintServer,
    NWP0CfgEndNextPrintServer,
    NWP0CfgVerifyPrintServer,
    NWP0CfgAddPrintServerAttr,
    NWP0CfgDeletePrintServerAttr,
    NWP0CfgGetFirstPrintServerAttr,
    NWP0CfgGetNextPrintServerAttr,
    NWP0CfgEndNextPrintServerAttr,
    NWP0CfgModifyPrintServerAttr,
    NWP0CfgAddNServer,
    NWP0CfgDeleteNServer,
    NWP0CfgAddPrinter,
    NWP0CfgDeletePrinter,
    NWP0CfgGetFirstPrinter,
    NWP0CfgGetNextPrinter,
    NWP0CfgEndNextPrinter,
    NWP0CfgVerifyPrinter,
    NWP0CfgAddPrinterAttr,
    NWP0CfgDeletePrinterAttr,
    NWP0CfgGetFirstPrinterAttr,
    NWP0CfgGetNextPrinterAttr,
    NWP0CfgEndNextPrinterAttr,
    NWP0CfgModifyPrinterAttr,
    NWP0CfgAddPrintQueue,
    NWP0CfgDeletePrintQueue,
    NWP0CfgGetFirstPrintQueue,
    NWP0CfgGetNextPrintQueue,
    NWP0CfgEndNextPrintQueue,
    NWP0CfgVerifyPrintQueue,
    NWP0CfgAddPrintQueueAttr,
    NWP0CfgDeletePrintQueueAttr,
    NWP0CfgGetFirstPrintQueueAttr,
    NWP0CfgGetNextPrintQueueAttr,
    NWP0CfgEndNextPrintQueueAttr,
    NWP0CfgModifyPrintQueueAttr,
    NWP0ComAttachToPrintServer,
    NWP0ComLoginToPrintServer,
    NWP0JobGetFirstJob,
    NWP0JobGetNextJob,
    NWP0JobWrite,
    NWP0JobRead,
    NWP0JobDelete,
    NWP0JobGetDefault,
    NWP0JobSetDefault,
    NWP0PdfGetVersion,
    NWP0PdfSetVersion,
    NWP0PdfAddForm,
    NWP0PdfDeleteForm,
    NWP0PdfScanForm,
    NWP0PdfReadForm,
    NWP0PdfUpdateForm,
    NWP0PdfAddDevice,
    NWP0PdfDeleteDevice,
    NWP0PdfScanDevice,
    NWP0PdfReadDevice,
    NWP0PdfUpdateDevice,
    NWP0PdfAddMode,
    NWP0PdfDeleteMode,
    NWP0PdfScanMode,
    NWP0PdfReadMode,
    NWP0PdfUpdateMode,
    NWP0PdfAddModeFunction,
    NWP0PdfDeleteModeFunction,
    NWP0PdfScanModeFunction,
    NWP0PdfScanFunctionMode,
    NWP0PdfReadModeFunction,
    NWP0PdfAddFunction,
    NWP0PdfDeleteFunction,
    NWP0PdfScanFunction,
    NWP0PdfReadFunction,
    NWP0PdfUpdateFunction,
    NWP0PdfManagedImportDevice,
    NWP0PdfExportDevice,
    NWP0PdfDeleteDatabase,
    NWPSPdfManagedImportDevice,
    NWPSComPrintServerRequest,
    NWP2JobGetFirstJob,
    NWP2JobGetNextJob,
    NWP2JobWrite,
    NWP2JobRead,
    NWP2JobDelete,
    NWP2JobGetDefault,
    NWP2JobSetDefault,
    NWP2PdfAddForm,
    NWP2PdfScanForm,
    NWP2PdfReadForm,
    NWP2PdfAddDevice,
    NWP2PdfScanDevice,
    NWP2PdfReadDevice,
    NWP2PdfAddMode,
    NWP2PdfScanMode,
    NWP2PdfReadMode,
    NWP2PdfAddModeFunction,
    NWP2PdfScanModeFunction,
    NWP2PdfScanFunctionMode,
    NWP2PdfReadModeFunction,
    NWP2PdfAddFunction,
    NWP2PdfScanFunction,
    NWP2PdfReadFunction,
    NWP2PdfExportDevice,
    NWP2PdfManagedImportDevice,
    NWPSGetLibraryVersion,
    NWPSPdfEndNext,
    NWPSPdfGetFirstForm,
    NWPSPdfGetNextForm,
    NWPSPdfGetFirstDevice,
    NWPSPdfGetNextDevice,
    NWPSPdfGetFirstMode,
    NWPSPdfGetNextMode,
    NWPSPdfGetFirstModeFunction,
    NWPSPdfGetNextModeFunction,
    NWPSPdfGetFirstFunction,
    NWPSPdfGetNextFunction,
    NWP0PdfGetFirstForm,
    NWP0PdfGetNextForm,
    NWP0PdfGetFirstDevice,
    NWP0PdfGetNextDevice,
    NWP0PdfGetFirstMode,
    NWP0PdfGetNextMode,
    NWP0PdfGetFirstModeFunction,
    NWP0PdfGetNextModeFunction,
    NWP0PdfGetFirstFunction,
    NWP0PdfGetNextFunction,
    NWP2PdfGetFirstForm,
    NWP2PdfGetNextForm,
    NWP2PdfGetFirstDevice,
    NWP2PdfGetNextDevice,
    NWP2PdfGetFirstMode,
    NWP2PdfGetNextMode,
    NWP2PdfGetFirstModeFunction,
    NWP2PdfGetNextModeFunction,
    NWP2PdfGetFirstFunction,
    NWP2PdfGetNextFunction,
    NWPSJobGetDatabaseVersion,
    NWP0JobGetDatabaseVersion,
    NWP2JobGetDatabaseVersion