ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wkssvc) | |
static NET_API_STATUS | NetpSetPrimaryDomain (_In_ LPCWSTR lpWorkgroupName) |
NET_API_STATUS | NetpJoinWorkgroup (_In_ LPCWSTR lpWorkgroupName) |
NET_API_STATUS | NetpGetJoinInformation (LPWSTR *NameBuffer, PNETSETUP_JOIN_STATUS BufferType) |
NET_API_STATUS NetpGetJoinInformation | ( | LPWSTR * | NameBuffer, |
PNETSETUP_JOIN_STATUS | BufferType | ||
) |
Definition at line 71 of file domain.c.
Referenced by NetrGetJoinInformation().
NET_API_STATUS NetpJoinWorkgroup | ( | _In_ LPCWSTR | lpWorkgroupName | ) |
Definition at line 52 of file domain.c.
Referenced by NetrJoinDomain2().
|
static |
Definition at line 19 of file domain.c.
Referenced by NetpJoinWorkgroup().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wkssvc | ) |