1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

Add lsa_BinaryString.

Guenther
This commit is contained in:
Günther Deschner 2008-03-27 18:40:17 +01:00
parent 7dcd0c1e53
commit c73ff43e8f

View 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 (