[WKSSVC] Implement parts of NetrJoinDomain2 to join a work group

NOTE: We can not connect to a work group yet!
This commit is contained in:
Eric Kohl 2019-12-08 19:18:16 +01:00
parent e85f436a50
commit 989ee70d9d
5 changed files with 108 additions and 2 deletions

View file

@ -7,6 +7,7 @@
typedef [handle] wchar_t *WKSSVC_IDENTIFY_HANDLE;
typedef [handle] wchar_t *WKSSVC_IMPERSONATE_HANDLE;
cpp_quote("#ifndef _LMJOIN_H")
typedef enum _NETSETUP_JOIN_STATUS
{
NetSetupUnknownStatus = 0,
@ -14,6 +15,7 @@ typedef enum _NETSETUP_JOIN_STATUS
NetSetupWorkgroupName,
NetSetupDomainName
} NETSETUP_JOIN_STATUS, *PNETSETUP_JOIN_STATUS;
cpp_quote("#endif")
typedef enum _NETSETUP_NAME_TYPE
{