diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 88e5f01c60..fecb1b00d2 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -455,9 +455,6 @@ /*******************/ /* Function: 0x21 */ - /* in [out] there is a uin16 field - which is not always present. - its value varies */ NTSTATUS lsa_LookupPrivDisplayName ( [in,ref] policy_handle *handle, [in,ref] lsa_Name *name, @@ -465,7 +462,6 @@ [in] uint16 unknown2, /* 0x0409 */ [out] lsa_Name *disp_name, [out] uint16 unknown3 /* 0x0409 */ - /* [out] uint16 unknown4 */ /* not always present */ ); /* Function: 0x22 */ |