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:
parent
7dcd0c1e53
commit
c73ff43e8f
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user