mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:03:33 +00:00
Remove ALL stubs which might be of questionable origin.
svn path=/trunk/; revision=8369
This commit is contained in:
parent
5ed2e7cef1
commit
8b99b4ec5e
15 changed files with 597 additions and 3461 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: logon.c,v 1.3 2004/01/23 10:35:52 ekohl Exp $
|
||||
/* $Id: logon.c,v 1.4 2004/02/25 14:25:10 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -124,26 +124,6 @@ CreateProcessAsUserW (HANDLE hToken,
|
|||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL STDCALL
|
||||
CreateProcessWithLogonW (LPCWSTR lpUsername,
|
||||
LPCWSTR lpDomain,
|
||||
LPCWSTR lpPassword,
|
||||
DWORD dwLogonFlags,
|
||||
LPCWSTR lpApplicationName,
|
||||
LPWSTR lpCommandLine,
|
||||
DWORD dwCreationFlags,
|
||||
LPVOID lpEnvironment,
|
||||
LPCWSTR lpCurrentDirectory,
|
||||
LPSTARTUPINFOW lpStartupInfo,
|
||||
LPPROCESS_INFORMATION lpProcessInformation)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
@ -393,42 +373,4 @@ LogonUserW (LPCWSTR lpszUsername,
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL STDCALL
|
||||
LogonUserExA (LPCSTR lpszUsername,
|
||||
LPCSTR lpszDomain,
|
||||
LPCSTR lpszPassword,
|
||||
DWORD dwLogonType,
|
||||
DWORD dwLogonProvider,
|
||||
PHANDLE phToken,
|
||||
PSID *ppLogonSid,
|
||||
PVOID *ppProfileBuffer,
|
||||
LPDWORD pdwProfileLength,
|
||||
PQUOTA_LIMITS pQuotaLimits)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL STDCALL
|
||||
LogonUserExW (LPCWSTR lpszUsername,
|
||||
LPCWSTR lpszDomain,
|
||||
LPCWSTR lpszPassword,
|
||||
DWORD dwLogonType,
|
||||
DWORD dwLogonProvider,
|
||||
PHANDLE phToken,
|
||||
PSID *ppLogonSid,
|
||||
PVOID *ppProfileBuffer,
|
||||
LPDWORD pdwProfileLength,
|
||||
PQUOTA_LIMITS pQuotaLimits)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue