source: branches/samba-3.5.x/librpc/gen_ndr/srv_winreg.h

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 5.5 KB
Line 
1#include "../librpc/gen_ndr/ndr_winreg.h"
2#ifndef __SRV_WINREG__
3#define __SRV_WINREG__
4WERROR _winreg_OpenHKCR(pipes_struct *p, struct winreg_OpenHKCR *r);
5WERROR _winreg_OpenHKCU(pipes_struct *p, struct winreg_OpenHKCU *r);
6WERROR _winreg_OpenHKLM(pipes_struct *p, struct winreg_OpenHKLM *r);
7WERROR _winreg_OpenHKPD(pipes_struct *p, struct winreg_OpenHKPD *r);
8WERROR _winreg_OpenHKU(pipes_struct *p, struct winreg_OpenHKU *r);
9WERROR _winreg_CloseKey(pipes_struct *p, struct winreg_CloseKey *r);
10WERROR _winreg_CreateKey(pipes_struct *p, struct winreg_CreateKey *r);
11WERROR _winreg_DeleteKey(pipes_struct *p, struct winreg_DeleteKey *r);
12WERROR _winreg_DeleteValue(pipes_struct *p, struct winreg_DeleteValue *r);
13WERROR _winreg_EnumKey(pipes_struct *p, struct winreg_EnumKey *r);
14WERROR _winreg_EnumValue(pipes_struct *p, struct winreg_EnumValue *r);
15WERROR _winreg_FlushKey(pipes_struct *p, struct winreg_FlushKey *r);
16WERROR _winreg_GetKeySecurity(pipes_struct *p, struct winreg_GetKeySecurity *r);
17WERROR _winreg_LoadKey(pipes_struct *p, struct winreg_LoadKey *r);
18WERROR _winreg_NotifyChangeKeyValue(pipes_struct *p, struct winreg_NotifyChangeKeyValue *r);
19WERROR _winreg_OpenKey(pipes_struct *p, struct winreg_OpenKey *r);
20WERROR _winreg_QueryInfoKey(pipes_struct *p, struct winreg_QueryInfoKey *r);
21WERROR _winreg_QueryValue(pipes_struct *p, struct winreg_QueryValue *r);
22WERROR _winreg_ReplaceKey(pipes_struct *p, struct winreg_ReplaceKey *r);
23WERROR _winreg_RestoreKey(pipes_struct *p, struct winreg_RestoreKey *r);
24WERROR _winreg_SaveKey(pipes_struct *p, struct winreg_SaveKey *r);
25WERROR _winreg_SetKeySecurity(pipes_struct *p, struct winreg_SetKeySecurity *r);
26WERROR _winreg_SetValue(pipes_struct *p, struct winreg_SetValue *r);
27WERROR _winreg_UnLoadKey(pipes_struct *p, struct winreg_UnLoadKey *r);
28WERROR _winreg_InitiateSystemShutdown(pipes_struct *p, struct winreg_InitiateSystemShutdown *r);
29WERROR _winreg_AbortSystemShutdown(pipes_struct *p, struct winreg_AbortSystemShutdown *r);
30WERROR _winreg_GetVersion(pipes_struct *p, struct winreg_GetVersion *r);
31WERROR _winreg_OpenHKCC(pipes_struct *p, struct winreg_OpenHKCC *r);
32WERROR _winreg_OpenHKDD(pipes_struct *p, struct winreg_OpenHKDD *r);
33WERROR _winreg_QueryMultipleValues(pipes_struct *p, struct winreg_QueryMultipleValues *r);
34WERROR _winreg_InitiateSystemShutdownEx(pipes_struct *p, struct winreg_InitiateSystemShutdownEx *r);
35WERROR _winreg_SaveKeyEx(pipes_struct *p, struct winreg_SaveKeyEx *r);
36WERROR _winreg_OpenHKPT(pipes_struct *p, struct winreg_OpenHKPT *r);
37WERROR _winreg_OpenHKPN(pipes_struct *p, struct winreg_OpenHKPN *r);
38WERROR _winreg_QueryMultipleValues2(pipes_struct *p, struct winreg_QueryMultipleValues2 *r);
39void winreg_get_pipe_fns(struct api_struct **fns, int *n_fns);
40NTSTATUS rpc_winreg_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);
41WERROR _winreg_OpenHKCR(pipes_struct *p, struct winreg_OpenHKCR *r);
42WERROR _winreg_OpenHKCU(pipes_struct *p, struct winreg_OpenHKCU *r);
43WERROR _winreg_OpenHKLM(pipes_struct *p, struct winreg_OpenHKLM *r);
44WERROR _winreg_OpenHKPD(pipes_struct *p, struct winreg_OpenHKPD *r);
45WERROR _winreg_OpenHKU(pipes_struct *p, struct winreg_OpenHKU *r);
46WERROR _winreg_CloseKey(pipes_struct *p, struct winreg_CloseKey *r);
47WERROR _winreg_CreateKey(pipes_struct *p, struct winreg_CreateKey *r);
48WERROR _winreg_DeleteKey(pipes_struct *p, struct winreg_DeleteKey *r);
49WERROR _winreg_DeleteValue(pipes_struct *p, struct winreg_DeleteValue *r);
50WERROR _winreg_EnumKey(pipes_struct *p, struct winreg_EnumKey *r);
51WERROR _winreg_EnumValue(pipes_struct *p, struct winreg_EnumValue *r);
52WERROR _winreg_FlushKey(pipes_struct *p, struct winreg_FlushKey *r);
53WERROR _winreg_GetKeySecurity(pipes_struct *p, struct winreg_GetKeySecurity *r);
54WERROR _winreg_LoadKey(pipes_struct *p, struct winreg_LoadKey *r);
55WERROR _winreg_NotifyChangeKeyValue(pipes_struct *p, struct winreg_NotifyChangeKeyValue *r);
56WERROR _winreg_OpenKey(pipes_struct *p, struct winreg_OpenKey *r);
57WERROR _winreg_QueryInfoKey(pipes_struct *p, struct winreg_QueryInfoKey *r);
58WERROR _winreg_QueryValue(pipes_struct *p, struct winreg_QueryValue *r);
59WERROR _winreg_ReplaceKey(pipes_struct *p, struct winreg_ReplaceKey *r);
60WERROR _winreg_RestoreKey(pipes_struct *p, struct winreg_RestoreKey *r);
61WERROR _winreg_SaveKey(pipes_struct *p, struct winreg_SaveKey *r);
62WERROR _winreg_SetKeySecurity(pipes_struct *p, struct winreg_SetKeySecurity *r);
63WERROR _winreg_SetValue(pipes_struct *p, struct winreg_SetValue *r);
64WERROR _winreg_UnLoadKey(pipes_struct *p, struct winreg_UnLoadKey *r);
65WERROR _winreg_InitiateSystemShutdown(pipes_struct *p, struct winreg_InitiateSystemShutdown *r);
66WERROR _winreg_AbortSystemShutdown(pipes_struct *p, struct winreg_AbortSystemShutdown *r);
67WERROR _winreg_GetVersion(pipes_struct *p, struct winreg_GetVersion *r);
68WERROR _winreg_OpenHKCC(pipes_struct *p, struct winreg_OpenHKCC *r);
69WERROR _winreg_OpenHKDD(pipes_struct *p, struct winreg_OpenHKDD *r);
70WERROR _winreg_QueryMultipleValues(pipes_struct *p, struct winreg_QueryMultipleValues *r);
71WERROR _winreg_InitiateSystemShutdownEx(pipes_struct *p, struct winreg_InitiateSystemShutdownEx *r);
72WERROR _winreg_SaveKeyEx(pipes_struct *p, struct winreg_SaveKeyEx *r);
73WERROR _winreg_OpenHKPT(pipes_struct *p, struct winreg_OpenHKPT *r);
74WERROR _winreg_OpenHKPN(pipes_struct *p, struct winreg_OpenHKPN *r);
75WERROR _winreg_QueryMultipleValues2(pipes_struct *p, struct winreg_QueryMultipleValues2 *r);
76NTSTATUS rpc_winreg_init(void);
77#endif /* __SRV_WINREG__ */
Note: See TracBrowser for help on using the repository browser.