PDA

Click to See Complete Forum and Search --> : RegisterServiceProcess in win2000


Tadej
Nov 14th, 2000, 09:10 AM
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

Stevie-O
Nov 20th, 2000, 10:27 AM
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.

Tadej
Nov 20th, 2000, 12:05 PM
Could you than tell me how to hide the program
entry from win2000 Task Manager.