source: branches/samba-3.2.x/source/librpc/gen_ndr/srv_winreg.h@ 204

Last change on this file since 204 was 133, checked in by Paul Smedley, 18 years ago

Update trunk to 3.2.0pre3

File size: 2.8 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_init(void);
41#endif /* __SRV_WINREG__ */
Note: See TracBrowser for help on using the repository browser.