The RegisterServiceProcess function exists in win98 kernel32.
Does anyone know where can I find it in win2000
or if there is an equivalent?
Tanks, Tadej
Printable View
The RegisterServiceProcess function exists in win98 kernel32.
Does anyone know where can I find it in win2000
or if there is an equivalent?
Tanks, Tadej
It doesn't exist.
The Win9x kernel doesn't support services, so Microsoft threw that API into kernel32 so that it could hide programs that emulated various winNT services from the ctrl+alt+del task manager. NT supports services and needs no such API.
Could you than tell me how to hide the program
entry from win2000 Task Manager.