Added .spec entry for KERNEL.RegisterServiceProcess.
This commit is contained in:
parent
b7db887be1
commit
6569ba3f09
|
@ -395,7 +395,7 @@ file krnl386.exe
|
|||
488 pascal GetModuleHandle32(str) GetModuleHandle32A
|
||||
489 stub KERNEL_489 # VWin32_BoostWithDecay
|
||||
490 stub KERNEL_490
|
||||
491 stub RegisterServiceProcess
|
||||
491 pascal RegisterServiceProcess(long long) RegisterServiceProcess
|
||||
492 stub WOAAbort
|
||||
493 stub UTInit
|
||||
494 stub KERNEL_494
|
||||
|
|
|
@ -778,7 +778,7 @@ HANDLE32 WINAPI ConvertToGlobalHandle(HANDLE32 hSrc)
|
|||
}
|
||||
|
||||
/***********************************************************************
|
||||
* RegisterServiceProcess (KERNEL32)
|
||||
* RegisterServiceProcess (KERNEL, KERNEL32)
|
||||
*
|
||||
* A service process calls this function to ensure that it continues to run
|
||||
* even after a user logged off.
|
||||
|
|
Loading…
Reference in New Issue