mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ADVAPI32]
Add I_ScIsSecurityProcess() stub. svn path=/trunk/; revision=73585
This commit is contained in:
@@ -295,7 +295,7 @@
|
||||
295 stdcall GetUserNameW(ptr ptr)
|
||||
296 stdcall GetWindowsAccountDomainSid(ptr ptr ptr)
|
||||
297 stub I_QueryTagInformation
|
||||
298 stub I_ScIsSecurityProcess
|
||||
298 stdcall I_ScIsSecurityProcess()
|
||||
299 stdcall I_ScPnPGetServiceName(ptr wstr long)
|
||||
300 stub I_ScSendTSMessage
|
||||
301 stdcall I_ScSetServiceBitsA(ptr long long long str)
|
||||
|
||||
@@ -743,6 +743,20 @@ RegisterServiceCtrlHandlerExW(LPCWSTR lpServiceName,
|
||||
}
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* I_ScIsSecurityProcess
|
||||
*
|
||||
* Undocumented
|
||||
*
|
||||
* @unimplemented
|
||||
*/
|
||||
VOID
|
||||
WINAPI
|
||||
I_ScIsSecurityProcess(VOID)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* I_ScPnPGetServiceName
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user