/* header auto-generated by pidl */ #include #include "libcli/util/ntstatus.h" #include "librpc/gen_ndr/lsa.h" #ifndef _HEADER_wbint #define _HEADER_wbint struct wbint_Ping { struct { uint32_t in_data; } in; struct { uint32_t *out_data;/* [ref] */ } out; }; struct wbint_LookupSid { struct { struct dom_sid *sid;/* [ref] */ } in; struct { enum lsa_SidType *type;/* [ref] */ const char **domain;/* [ref,charset(UTF8)] */ const char **name;/* [ref,charset(UTF8)] */ NTSTATUS result; } out; }; struct wbint_LookupName { struct { const char *domain;/* [ref,charset(UTF8)] */ const char *name;/* [ref,charset(UTF8)] */ uint32_t flags; } in; struct { enum lsa_SidType *type;/* [ref] */ struct dom_sid *sid;/* [ref] */ NTSTATUS result; } out; }; struct wbint_Sid2Uid { struct { const char *dom_name;/* [unique,charset(UTF8)] */ struct dom_sid *sid;/* [ref] */ } in; struct { uint64_t *uid;/* [ref] */ NTSTATUS result; } out; }; #endif /* _HEADER_wbint */