mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[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:
parent
e85f436a50
commit
989ee70d9d
5 changed files with 108 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue