From 4003edf0df14b69fca0d1af923badbd682c0008c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 16 Feb 2007 14:50:57 +0000 Subject: r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4. (This used to be commit b84370513fbf790e599c33f177fb271a2a992b72) --- source3/librpc/gen_ndr/svcctl.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'source3/librpc/gen_ndr/svcctl.h') diff --git a/source3/librpc/gen_ndr/svcctl.h b/source3/librpc/gen_ndr/svcctl.h index 21e182aa06..c4abfe785f 100644 --- a/source3/librpc/gen_ndr/svcctl.h +++ b/source3/librpc/gen_ndr/svcctl.h @@ -1,5 +1,7 @@ /* header auto-generated by pidl */ +#include + #ifndef _HEADER_svcctl #define _HEADER_svcctl @@ -234,17 +236,17 @@ struct svcctl_CreateServiceW { uint32_t error_control; const char *binary_path;/* [charset(UTF16)] */ const char *LoadOrderGroupKey;/* [unique,charset(UTF16)] */ - uint32_t *TagId;/* [unique] */ uint8_t *dependencies;/* [unique,size_is(dependencies_size)] */ uint32_t dependencies_size; const char *service_start_name;/* [unique,charset(UTF16)] */ uint8_t *password;/* [unique,size_is(password_size)] */ uint32_t password_size; + uint32_t *TagId;/* [unique] */ } in; struct { - uint32_t *TagId;/* [unique] */ struct policy_handle *handle;/* [ref] */ + uint32_t *TagId;/* [unique] */ WERROR result; } out; @@ -703,8 +705,8 @@ struct EnumServicesStatusExA { uint8_t *services; uint32_t *bytes_needed;/* [ref] */ uint32_t *service_returned;/* [ref] */ - uint32_t *resume_handle;/* [unique] */ const char **group_name;/* [ref,charset(UTF16)] */ + uint32_t *resume_handle;/* [unique] */ WERROR result; } out; @@ -725,8 +727,8 @@ struct EnumServicesStatusExW { uint8_t *services; uint32_t *bytes_needed;/* [ref] */ uint32_t *service_returned;/* [ref] */ - uint32_t *resume_handle;/* [unique] */ const char **group_name;/* [ref,charset(UTF16)] */ + uint32_t *resume_handle;/* [unique] */ WERROR result; } out; -- cgit