Results 1 to 3 of 3

Thread: RegisterServiceProcess in win2000

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Location
    Slovenia, Europe
    Posts
    58
    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

  2. #2
    Lively Member
    Join Date
    Apr 2000
    Location
    Hell
    Posts
    89

    Unhappy

    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.
    - Steve

    Real programmers use COPY CON PROGRAM.EXE

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2000
    Location
    Slovenia, Europe
    Posts
    58
    Could you than tell me how to hide the program
    entry from win2000 Task Manager.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width