summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/lsa.idl12
1 files changed, 10 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index 5928f44d32..ec694df1bf 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -649,9 +649,17 @@
[out,ref] policy_handle *handle
);
+ /**********************/
+ /* Function: 0x2d */
+ typedef struct {
+ lsa_String *string;
+ } lsa_StringPointer;
- /* Function: 0x2d */
- NTSTATUS lsa_GetUserName();
+ NTSTATUS lsa_GetUserName(
+ [in] unistr *system_name,
+ [in,out] lsa_String *account_name,
+ [in,out] lsa_StringPointer *unknown_name
+ );
/**********************/
/* Function: 0x2e */