[ADVAPI32]

Add I_ScIsSecurityProcess() stub.

svn path=/trunk/; revision=73585
This commit is contained in:
Eric Kohl 2017-01-21 11:57:43 +00:00
parent a7253195cd
commit b9b510dbc1
2 changed files with 15 additions and 1 deletions

View file

@ -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)

View file

@ -743,6 +743,20 @@ RegisterServiceCtrlHandlerExW(LPCWSTR lpServiceName,
}
/**********************************************************************
* I_ScIsSecurityProcess
*
* Undocumented
*
* @unimplemented
*/
VOID
WINAPI
I_ScIsSecurityProcess(VOID)
{
}
/**********************************************************************
* I_ScPnPGetServiceName
*