diff options
author | Günther Deschner <gd@samba.org> | 2008-03-27 18:40:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-27 21:02:09 +0100 |
commit | e85f241d28cf71b1584adcb96e88760c578b2d78 (patch) | |
tree | 1fc6377d794d2ec9b2f5298768917ca124c2bea5 /source3/librpc/idl | |
parent | f8fdc36fdb36fa9e7af004a49230ef3e697f6fe7 (diff) | |
download | samba-e85f241d28cf71b1584adcb96e88760c578b2d78.tar.gz samba-e85f241d28cf71b1584adcb96e88760c578b2d78.tar.bz2 samba-e85f241d28cf71b1584adcb96e88760c578b2d78.zip |
Add lsa_BinaryString.
Guenther
(This used to be commit c73ff43e8f68600d6bd67c875d40bec2ec02b6dd)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index ee8a2fe6b2..fb1d3ae632 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -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 ( |