:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / advapi32 / sec / lsa.c
1 /* $Id$
2  *
3  * COPYRIGHT:       See COPYING in the top level directory
4  * PROJECT:         ReactOS system libraries
5  * FILE:            lib/advapi32/sec/lsa.c
6  * PURPOSE:         Local security authority functions
7  * PROGRAMMER:      Emanuele Aliberti
8  * UPDATE HISTORY:
9  *      19990322 EA created
10  *      19990515 EA stubs
11  */
12 #include <windows.h>
13 #include <ddk/ntddk.h>
14
15
16 /**********************************************************************
17  *      LsaAddAccountRights
18  */
19 INT
20 STDCALL
21 LsaAddAccountRights (VOID)
22 {
23         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
24         return 0;
25 }
26
27
28 /**********************************************************************
29  *      LsaAddPrivilegesToAccount
30  */
31 INT
32 STDCALL
33 LsaAddPrivilegesToAccount (VOID)
34 {
35         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
36         return 0;
37 }
38
39
40 /**********************************************************************
41  *      LsaClearAuditLog
42  */
43 INT
44 STDCALL
45 LsaClearAuditLog (VOID)
46 {
47         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
48         return 0;
49 }
50
51
52 /**********************************************************************
53  *      LsaClose
54  */
55 INT
56 STDCALL
57 LsaClose (VOID)
58 {
59         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
60         return 0;
61 }
62
63
64 /**********************************************************************
65  *      LsaCreateAccount
66  */
67 INT
68 STDCALL
69 LsaCreateAccount (
70         DWORD   Unknown0,
71         DWORD   Unknown1,
72         DWORD   Unknown2,
73         DWORD   Unknown3        
74         )
75 {
76         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
77         return 0;
78 }
79
80
81 /**********************************************************************
82  *      LsaCreateSecret
83  */
84 INT
85 STDCALL
86 LsaCreateSecret (VOID)
87 {
88         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
89         return 0;
90 }
91
92
93 /**********************************************************************
94  *      LsaCreateTrustedDomain
95  */
96 INT
97 STDCALL
98 LsaCreateTrustedDomain (VOID)
99 {
100         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
101         return 0;
102 }
103
104
105 /**********************************************************************
106  *      LsaDelete
107  */
108 INT
109 STDCALL
110 LsaDelete (VOID)
111 {
112         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
113         return 0;
114 }
115
116
117 /**********************************************************************
118  *      LsaDeleteTrustedDomain
119  */
120 INT
121 STDCALL
122 LsaDeleteTrustedDomain (VOID)
123 {
124         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
125         return 0;
126 }
127
128
129 /**********************************************************************
130  *      LsaEnumerateAccountRights
131  */
132 INT
133 STDCALL
134 LsaEnumerateAccountRights (VOID)
135 {
136         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
137         return 0;
138 }
139
140
141 /**********************************************************************
142  *      LsaEnumerateAccounts
143  */
144 INT
145 STDCALL
146 LsaEnumerateAccounts (VOID)
147 {
148         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
149         return 0;
150 }
151
152
153 /**********************************************************************
154  *      LsaEnumerateAccountsWithUserRight
155  */
156 INT
157 STDCALL
158 LsaEnumerateAccountsWithUserRight (VOID)
159 {
160         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
161         return 0;
162 }
163
164
165 /**********************************************************************
166  *      LsaEnumeratePrivileges
167  */
168 INT
169 STDCALL
170 LsaEnumeratePrivileges (VOID)
171 {
172         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
173         return 0;
174 }
175
176
177 /**********************************************************************
178  *      LsaEnumeratePrivilegesOfAccount
179  */
180 INT
181 STDCALL
182 LsaEnumeratePrivilegesOfAccount (VOID)
183 {
184         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
185         return 0;
186 }
187
188
189 /**********************************************************************
190  *      LsaEnumerateTrustedDomains
191  */
192 INT
193 STDCALL
194 LsaEnumerateTrustedDomains (VOID)
195 {
196         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
197         return 0;
198 }
199
200
201 /**********************************************************************
202  *      LsaFreeMemory
203  */
204 INT
205 STDCALL
206 LsaFreeMemory (VOID)
207 {
208         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
209         return 0;
210 }
211
212
213 /**********************************************************************
214  *      LsaGetQuotasForAccount
215  */
216 INT
217 STDCALL
218 LsaGetQuotasForAccount (VOID)
219 {
220         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
221         return 0;
222 }
223
224
225 /**********************************************************************
226  *      LsaGetSystemAccessAccount
227  */
228 INT
229 STDCALL
230 LsaGetSystemAccessAccount (VOID)
231 {
232         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
233         return 0;
234 }
235
236
237 /**********************************************************************
238  *      LsaGetUserName
239  */
240 INT
241 STDCALL
242 LsaGetUserName (VOID)
243 {
244         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
245         return 0;
246 }
247
248
249 /**********************************************************************
250  *      LsaICLookupNames
251  */
252 INT
253 STDCALL
254 LsaICLookupNames (VOID)
255 {
256         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
257         return 0;
258 }
259
260
261 /**********************************************************************
262  *      LsaICLookupSids
263  */
264 INT
265 STDCALL
266 LsaICLookupSids (VOID)
267 {
268         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
269         return 0;
270 }
271
272
273 /**********************************************************************
274  *      LsaLookupNames
275  */
276 INT
277 STDCALL
278 LsaLookupNames (VOID)
279 {
280         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
281         return 0;
282 }
283
284
285 /**********************************************************************
286  *      LsaLookupPrivilegeDisplayName
287  */
288 INT
289 STDCALL
290 LsaLookupPrivilegeDisplayName (VOID)
291 {
292         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
293         return 0;
294 }
295
296
297 /**********************************************************************
298  *      LsaLookupPrivilegeName
299  */
300 INT
301 STDCALL
302 LsaLookupPrivilegeName (VOID)
303 {
304         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
305         return 0;
306 }
307
308
309 /**********************************************************************
310  *      LsaLookupPrivilegeValue
311  */
312 INT
313 STDCALL
314 LsaLookupPrivilegeValue (VOID)
315 {
316         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
317         return 0;
318 }
319
320
321 /**********************************************************************
322  *      LsaLookupSids
323  */
324 INT
325 STDCALL
326 LsaLookupSids (VOID)
327 {
328         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
329         return 0;
330 }
331
332
333 /**********************************************************************
334  *      LsaNtStatusToWinError
335  */
336 INT
337 STDCALL
338 LsaNtStatusToWinError (VOID)
339 {
340         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
341         return 0;
342 }
343
344
345 /**********************************************************************
346  *      LsaOpenAccount
347  */
348 INT
349 STDCALL
350 LsaOpenAccount (VOID)
351 {
352         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
353         return 0;
354 }
355
356
357 /**********************************************************************
358  *      LsaOpenPolicy
359  */
360 INT
361 STDCALL
362 LsaOpenPolicy (VOID)
363 {
364         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
365         return 0;
366 }
367
368
369 /**********************************************************************
370  *      LsaOpenSecret
371  */
372 INT
373 STDCALL
374 LsaOpenSecret (VOID)
375 {
376         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
377         return 0;
378 }
379
380
381 /**********************************************************************
382  *      LsaOpenTrustedDomain
383  */
384 INT
385 STDCALL
386 LsaOpenTrustedDomain (VOID)
387 {
388         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
389         return 0;
390 }
391
392
393 /**********************************************************************
394  *      LsaQueryInfoTrustedDomain
395  */
396 INT
397 STDCALL
398 LsaQueryInfoTrustedDomain (VOID)
399 {
400         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
401         return 0;
402 }
403
404
405 /**********************************************************************
406  *      LsaQueryInformationPolicy
407  */
408 INT
409 STDCALL
410 LsaQueryInformationPolicy (VOID)
411 {
412         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
413         return 0;
414 }
415
416
417 /**********************************************************************
418  *      LsaQuerySecret
419  */
420 INT
421 STDCALL
422 LsaQuerySecret (VOID)
423 {
424         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
425         return 0;
426 }
427
428
429 /**********************************************************************
430  *      LsaQuerySecurityObject
431  */
432 INT
433 STDCALL
434 LsaQuerySecurityObject (VOID)
435 {
436         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
437         return 0;
438 }
439
440
441 /**********************************************************************
442  *      LsaQueryTrustedDomainInfo
443  */
444 INT
445 STDCALL
446 LsaQueryTrustedDomainInfo (VOID)
447 {
448         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
449         return 0;
450 }
451
452
453 /**********************************************************************
454  *      LsaRemoveAccountRights
455  */
456 INT
457 STDCALL
458 LsaRemoveAccountRights (VOID)
459 {
460         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
461         return 0;
462 }
463
464
465 /**********************************************************************
466  *      LsaRemovePrivilegesFromAccount
467  */
468 INT
469 STDCALL
470 LsaRemovePrivilegesFromAccount (VOID)
471 {
472         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
473         return 0;
474 }
475
476
477 /**********************************************************************
478  *      LsaRetrievePrivateData
479  */
480 INT
481 STDCALL
482 LsaRetrievePrivateData (VOID)
483 {
484         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
485         return 0;
486 }
487
488
489 /**********************************************************************
490  *      LsaSetInformationPolicy
491  */
492 INT
493 STDCALL
494 LsaSetInformationPolicy (VOID)
495 {
496         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
497         return 0;
498 }
499
500
501 /**********************************************************************
502  *      LsaSetInformationTrustedDomain
503  */
504 INT
505 STDCALL
506 LsaSetInformationTrustedDomain (VOID)
507 {
508         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
509         return 0;
510 }
511
512
513 /**********************************************************************
514  *      LsaSetQuotasForAccount
515  */
516 INT
517 STDCALL
518 LsaSetQuotasForAccount (VOID)
519 {
520         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
521         return 0;
522 }
523
524
525 /**********************************************************************
526  *      LsaSetSecret
527  */
528 INT
529 STDCALL
530 LsaSetSecret (VOID)
531 {
532         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
533         return 0;
534 }
535
536
537 /**********************************************************************
538  *      LsaSetSecurityObject
539  */
540 INT
541 STDCALL
542 LsaSetSecurityObject (VOID)
543 {
544         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
545         return 0;
546 }
547
548
549 /**********************************************************************
550  *      LsaSetSystemAccessAccount
551  */
552 INT
553 STDCALL
554 LsaSetSystemAccessAccount (VOID)
555 {
556         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
557         return 0;
558 }
559
560
561 /**********************************************************************
562  *      LsaSetTrustedDomainInformation
563  */
564 INT
565 STDCALL
566 LsaSetTrustedDomainInformation (VOID)
567 {
568         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
569         return 0;
570 }
571
572
573 /**********************************************************************
574  *      LsaStorePrivateData
575  */
576 INT
577 STDCALL
578 LsaStorePrivateData (VOID)
579 {
580         SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
581         return 0;
582 }
583
584
585 /* EOF */
586