mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[ADVAPI32]: Cleanup file headers and whitespace.
svn path=/trunk/; revision=72149
This commit is contained in:
parent
13b28424d8
commit
2ecffb24d7
4 changed files with 15 additions and 18 deletions
|
@ -1,14 +1,13 @@
|
||||||
/*
|
/*
|
||||||
*
|
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: dll/win32/advapi32/misc/sysfun.c
|
* FILE: dll/win32/advapi32/misc/sysfun.c
|
||||||
* PURPOSE: advapi32.dll system functions (undocumented)
|
* PURPOSE: advapi32.dll system functions (undocumented)
|
||||||
* PROGRAMMER: Emanuele Aliberti
|
* PROGRAMMER: Emanuele Aliberti
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
* 19990413 EA created
|
* 19990413 EA created
|
||||||
* 19990415 EA
|
* 19990415 EA
|
||||||
* 20080424 Ported from WINE
|
* 20080424 Ported from WINE
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <advapi32.h>
|
#include <advapi32.h>
|
||||||
|
@ -450,8 +449,8 @@ SystemFunction028(INT a, INT b)
|
||||||
{
|
{
|
||||||
//NDRCContextBinding()
|
//NDRCContextBinding()
|
||||||
//SystemFunction034()
|
//SystemFunction034()
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||||
return 28;
|
return 28;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -464,8 +463,8 @@ WINAPI
|
||||||
SystemFunction029(INT a, INT b)
|
SystemFunction029(INT a, INT b)
|
||||||
{
|
{
|
||||||
//I_RpcBindingIsClientLocal()
|
//I_RpcBindingIsClientLocal()
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||||
return 29;
|
return 29;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -484,7 +483,7 @@ SystemFunction029(INT a, INT b)
|
||||||
BOOL
|
BOOL
|
||||||
WINAPI SystemFunction030(LPCVOID b1, LPCVOID b2)
|
WINAPI SystemFunction030(LPCVOID b1, LPCVOID b2)
|
||||||
{
|
{
|
||||||
return !memcmp(b1, b2, 0x10);
|
return !memcmp(b1, b2, 0x10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -524,8 +523,8 @@ INT
|
||||||
WINAPI
|
WINAPI
|
||||||
SystemFunction033(INT a, INT b)
|
SystemFunction033(INT a, INT b)
|
||||||
{
|
{
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||||
return 33;
|
return 33;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
@ -540,8 +539,8 @@ SystemFunction034(INT a, INT b)
|
||||||
//I_RpcMapWin32Status
|
//I_RpcMapWin32Status
|
||||||
//RpcStringBindingParseW
|
//RpcStringBindingParseW
|
||||||
//RpcStringFreeW
|
//RpcStringFreeW
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||||
return 34;
|
return 34;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -757,7 +756,7 @@ SystemFunction040(
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
return KsecDeviceIoControl(IoControlCode, Memory, MemoryLength, Memory, MemoryLength);
|
return KsecDeviceIoControl(IoControlCode, Memory, MemoryLength, Memory, MemoryLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
|
@ -808,7 +807,7 @@ SystemFunction041(
|
||||||
return STATUS_INVALID_PARAMETER;
|
return STATUS_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
return KsecDeviceIoControl(IoControlCode, Memory, MemoryLength, Memory, MemoryLength);
|
return KsecDeviceIoControl(IoControlCode, Memory, MemoryLength, Memory, MemoryLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
* 19990322 EA created
|
* 19990322 EA created
|
||||||
* 19990515 EA stubs
|
* 19990515 EA stubs
|
||||||
* 20030202 KJK compressed stubs
|
* 20030202 KJK compressed stubs
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <advapi32.h>
|
#include <advapi32.h>
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* COPYRIGHT: Copyright 1999 Emanuele Aliberti
|
* COPYRIGHT: Copyright 1999 Emanuele Aliberti
|
||||||
* Copyright 2007 Ged Murphy <gedmurphy@reactos.org>
|
* Copyright 2007 Ged Murphy <gedmurphy@reactos.org>
|
||||||
* Gregor Brunmar <gregor.brunmar@home.se>
|
* Gregor Brunmar <gregor.brunmar@home.se>
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/advapi32/token/token.c
|
* FILE: lib/advapi32/token/token.c
|
||||||
* PURPOSE: Token functions
|
* PURPOSE: Token functions
|
||||||
* PROGRAMMER: Ariadne ( ariadne@xs4all.nl)
|
* PROGRAMMER: Ariadne (ariadne@xs4all.nl)
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
* Created 01/11/98
|
* Created 01/11/98
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue