r9360: fixed the IDL for winreg_SetValue()
authorAndrew Tridgell <tridge@samba.org>
Wed, 17 Aug 2005 13:14:40 +0000 (13:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:33:28 +0000 (13:33 -0500)
(This used to be commit 8aff6a0bd808358162b646514d996ad432bfb70d)

source4/librpc/idl/winreg.idl

index 3e29bfcc1c531ce9d55ec22f42128ece9b5213cd..a003612a729e048aaf6f084ccc9dd4fdaa66cf94 100644 (file)
                [in,ref]           policy_handle *handle,
                [in]               winreg_String name,
                [in]               uint32 type,
-               [in,size_is(size)] uint8  *data,
+               [in,size_is(size),ref] uint8  *data,
                [in]               uint32 size
        );