mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
removed duplicate definition (old stub) of PrivilegedServiceAuditAlarmA and PrivilegedServiceAuditAlarmW
svn path=/trunk/; revision=5201
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: scm.c,v 1.17 2003/07/10 15:05:55 chorns Exp $
|
||||
/* $Id: scm.c,v 1.18 2003/07/21 03:40:58 royce Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
@@ -646,44 +646,6 @@ OpenServiceW(
|
||||
}
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* PrivilegedServiceAuditAlarmA
|
||||
*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
PrivilegedServiceAuditAlarmA(
|
||||
LPCSTR SubsystemName,
|
||||
LPCSTR ServiceName,
|
||||
HANDLE ClientToken,
|
||||
PPRIVILEGE_SET Privileges,
|
||||
BOOL AccessGranted)
|
||||
{
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* PrivilegedServiceAuditAlarmW
|
||||
*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
PrivilegedServiceAuditAlarmW(
|
||||
LPCWSTR SubsystemName,
|
||||
LPCWSTR ServiceName,
|
||||
HANDLE ClientToken,
|
||||
PPRIVILEGE_SET Privileges,
|
||||
BOOL AccessGranted)
|
||||
{
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* QueryServiceConfigA
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user