:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / advapi32 / misc / sysfunc.c
1 /* $Id$
2  *
3  * COPYRIGHT:       See COPYING in the top level directory
4  * PROJECT:         ReactOS system libraries
5  * FILE:            lib/advapi32/misc/sysfun.c
6  * PURPOSE:         advapi32.dll system functions (undocumented)
7  * PROGRAMMER:      Emanuele Aliberti
8  * UPDATE HISTORY:
9  *      19990413 EA     created
10  *      19990415 EA
11  */
12 #include <windows.h>
13
14 /**********************************************************************
15  *      SystemFunction001
16  */
17 INT
18 STDCALL
19 SystemFunction001(INT a, INT b, INT c)
20 {
21         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
22         return 1;
23 }
24
25
26 /**********************************************************************
27  *
28  */
29 INT
30 STDCALL
31 SystemFunction002(INT a, INT b, INT c)
32 {
33         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
34         return 2;
35 }
36
37
38 /**********************************************************************
39  *
40  */
41 INT
42 STDCALL
43 SystemFunction003(INT a, INT b)
44 {
45         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
46         return 3;
47 }
48
49
50 /**********************************************************************
51  *
52  */
53 INT
54 STDCALL
55 SystemFunction004(INT a, INT b, INT c)
56 {
57         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
58         return 4;
59 }
60
61
62 /**********************************************************************
63  *
64  */
65 INT
66 STDCALL
67 SystemFunction005(INT a, INT b, INT c)
68 {
69         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
70         return 5;
71 }
72
73
74 /**********************************************************************
75  *
76  */
77 INT
78 STDCALL
79 SystemFunction006(INT a, INT b)
80 {
81         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
82         return 6;
83 }
84
85
86 /**********************************************************************
87  *
88  */
89 INT
90 STDCALL
91 SystemFunction007(INT a, INT b)
92 {
93         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
94         return 7;
95 }
96
97
98 /**********************************************************************
99  *
100  */
101 INT
102 STDCALL
103 SystemFunction008(INT a, INT b, INT c)
104 {
105         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
106         return 8;
107 }
108
109
110 /**********************************************************************
111  *
112  */
113 INT
114 STDCALL
115 SystemFunction009(INT a, INT b, INT c)
116 {
117         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
118         return 9;
119 }
120
121
122 /**********************************************************************
123  *
124  */
125 INT
126 STDCALL
127 SystemFunction010(INT a, INT b, INT c)
128 {
129         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
130         return 10;
131 }
132
133
134 /**********************************************************************
135  *
136  */
137 INT
138 STDCALL
139 SystemFunction011(INT a, INT b, INT c)
140 {
141         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
142         return 11;
143 }
144
145
146 /**********************************************************************
147  *
148  */
149 INT
150 STDCALL
151 SystemFunction012(INT a, INT b, INT c)
152 {
153         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
154         return 12;
155 }
156
157
158 /**********************************************************************
159  *
160  */
161 INT
162 STDCALL
163 SystemFunction013(INT a, INT b, INT c)
164 {
165         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
166         return 13;
167 }
168
169
170 /**********************************************************************
171  *
172  */
173 INT
174 STDCALL
175 SystemFunction014(INT a, INT b, INT c)
176 {
177         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
178         return 14;
179 }
180
181
182 /**********************************************************************
183  *
184  */
185 INT
186 STDCALL
187 SystemFunction015(INT a, INT b, INT c)
188 {
189         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
190         return 15;
191 }
192
193
194 /**********************************************************************
195  *
196  */
197 INT
198 STDCALL
199 SystemFunction016(INT a, INT b, INT c)
200 {
201         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
202         return 16;
203 }
204
205
206 /**********************************************************************
207  *
208  */
209 INT
210 STDCALL
211 SystemFunction017(INT a, INT b, INT c)
212 {
213         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
214         return 17;
215 }
216
217
218 /**********************************************************************
219  *
220  */
221 INT
222 STDCALL
223 SystemFunction018(INT a, INT b, INT c)
224 {
225         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
226         return 18;
227 }
228
229
230 /**********************************************************************
231  *
232  */
233 INT
234 STDCALL
235 SystemFunction019(INT a, INT b, INT c)
236 {
237         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
238         return 19;
239 }
240
241
242 /**********************************************************************
243  *
244  */
245 INT
246 STDCALL
247 SystemFunction020(INT a, INT b, INT c)
248 {
249         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
250         return 20;
251 }
252
253
254 /**********************************************************************
255  *
256  */
257 INT
258 STDCALL
259 SystemFunction021(INT a, INT b, INT c)
260 {
261         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
262         return 21;
263 }
264
265
266 /**********************************************************************
267  *
268  */
269 INT
270 STDCALL
271 SystemFunction022(INT a, INT b, INT c)
272 {
273         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
274         return 22;
275 }
276
277
278 /**********************************************************************
279  *
280  */
281 INT
282 STDCALL
283 SystemFunction023(INT a, INT b, INT c)
284 {
285         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
286         return 23;
287 }
288
289
290 /**********************************************************************
291  *
292  */
293 INT
294 STDCALL
295 SystemFunction024(INT a, INT b, INT c)
296 {
297         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
298         return 24;
299 }
300
301
302 /**********************************************************************
303  *
304  */
305 INT
306 STDCALL
307 SystemFunction025(INT a, INT b, INT c)
308 {
309         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
310         return 25;
311 }
312
313
314 /**********************************************************************
315  *
316  */
317 INT
318 STDCALL
319 SystemFunction026(INT a, INT b, INT c)
320 {
321         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
322         return 26;
323 }
324
325
326 /**********************************************************************
327  *
328  */
329 INT
330 STDCALL
331 SystemFunction027(INT a, INT b, INT c)
332 {
333         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
334         return 27;
335 }
336
337
338 /**********************************************************************
339  *
340  */
341 INT
342 STDCALL
343 SystemFunction028(INT a, INT b)
344 {
345         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
346         return 28;
347 }
348
349
350 /**********************************************************************
351  *
352  */
353 INT
354 STDCALL
355 SystemFunction029(INT a, INT b)
356 {
357         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
358         return 29;
359 }
360
361
362 /**********************************************************************
363  *
364  */
365 INT
366 STDCALL
367 SystemFunction030(INT a, INT b)
368 {
369         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
370         return 30;
371 }
372
373
374 /**********************************************************************
375  *
376  */
377 INT
378 STDCALL
379 SystemFunction031(INT a, INT b)
380 {
381         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
382         return 31;
383 }
384
385
386 /**********************************************************************
387  *
388  */
389 INT
390 STDCALL
391 SystemFunction032(INT a, INT b)
392 {
393         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
394         return 32;
395 }
396
397
398 /**********************************************************************
399  *
400  */
401 INT
402 STDCALL
403 SystemFunction033(INT a, INT b)
404 {
405         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
406         return 33;
407 }
408
409
410 /* EOF */