ReactOS 0.4.16-dev-819-g75c0dc0
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
#include <winreg.h>
#include <winsvc.h>
#include <lmcons.h>
#include <lmerr.h>
#include <lmjoin.h>
#include <lmserver.h>
#include <ntsecapi.h>
#include <ntmsv1_0.h>
#include <ndk/obfuncs.h>
#include <ndk/psfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/sefuncs.h>
#include <wkssvc_s.h>
#include <wine/debug.h>
Go to the source code of this file.
Functions | |
NET_API_STATUS | NetpJoinWorkgroup (_In_ LPCWSTR WorkgroupName) |
NET_API_STATUS | NetpGetJoinInformation (LPWSTR *NameBuffer, PNETSETUP_JOIN_STATUS BufferType) |
VOID | InitWorkstationInfo (VOID) |
VOID | SaveWorkstationInfo (_In_ DWORD Level) |
DWORD WINAPI | RpcThreadRoutine (LPVOID lpParameter) |
Variables | |
OSVERSIONINFOW | VersionInfo |
HANDLE | LsaHandle |
ULONG | LsaAuthenticationPackage |
WKSTA_INFO_502 | WkstaInfo502 |
Definition at line 23 of file info.c.
Referenced by ServiceInit().
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 | WorkgroupName | ) |
Definition at line 52 of file domain.c.
Referenced by NetrJoinDomain2().
Definition at line 20 of file rpcserver.c.
Definition at line 478 of file info.c.
Referenced by NetrWkstaSetInfo().
|
extern |
Definition at line 42 of file wkssvc.c.
Referenced by NetrWkstaGetInfo(), NetrWkstaUserEnum(), NetrWkstaUserGetInfo(), and ServiceInit().
|
extern |
Definition at line 41 of file wkssvc.c.
Referenced by BuildSidListFromDomainAndName(), CloseLogonLsaHandle(), LogonUserExW(), LsaCallAuthenticationPackage(), LsaConnectUntrusted(), LsaDeregisterLogonProcess(), LsaLogonUser(), LsaLookupAuthenticationPackage(), LsaRegisterLogonProcess(), MyLogonUser(), NetrWkstaGetInfo(), NetrWkstaUserEnum(), NetrWkstaUserGetInfo(), NetUserChangePassword(), OpenLogonLsaHandle(), ServiceInit(), ServiceShutdown(), and WinMain().
|
extern |
Definition at line 40 of file wkssvc.c.
Referenced by _tmain(), AllSysInfo(), GetShutdownReasonUI(), InitializeSystemPage(), KiGetFeatureBits(), NetrServerGetInfo(), NetrWkstaGetInfo(), PciIsSuiteVersion(), PrintOSVersion(), RtlVerifyVersionInfo(), ServiceInit(), and TestEntry().
|
extern |
Definition at line 17 of file info.c.
Referenced by InitWorkstationInfo(), NetrWkstaGetInfo(), NetrWkstaSetInfo(), and SaveWorkstationInfo().