mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo
Tested with nt4 and w2k3.
metze
(This used to be commit 490d0c52bb
)
This commit is contained in:
committed by
Günther Deschner
parent
5e7cc85a12
commit
c7d0b8f3ba
@ -976,7 +976,7 @@ import "misc.idl", "lsa.idl", "security.idl";
|
||||
|
||||
typedef struct {
|
||||
uint32 idx;
|
||||
lsa_AsciiString account_name;
|
||||
lsa_AsciiStringLarge account_name;
|
||||
} samr_DispEntryAscii;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user