Add lsa_BinaryString.
authorGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 17:40:17 +0000 (18:40 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 20:02:09 +0000 (21:02 +0100)
Guenther
(This used to be commit c73ff43e8f68600d6bd67c875d40bec2ec02b6dd)

source3/librpc/idl/lsa.idl

index ee8a2fe6b20c808c349ce8ebb7833cd3f2ad6e38..fb1d3ae632f392a5a67dce968145f9a279ab6ac0 100644 (file)
@@ -44,6 +44,12 @@ import "security.idl";
                [charset(DOS),size_is(size),length_is(length)] uint8 *string;
        } lsa_AsciiStringLarge;
 
+       typedef [public] struct {
+               uint16 length;
+               uint16 size;
+               [size_is(size/2),length_is(length/2)] uint16 *string;
+       } lsa_BinaryString;
+
        /******************/
        /* Function: 0x00 */
        NTSTATUS lsa_Close (