Results 1 to 2 of 2

Thread: Tasks list

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    I'm using the 'CreateToolhelpSnapshot' API in 'Kernel32' to get the process currently in Tasks List. But it givs me an error in Win NT. In Win95 works fine.

    Runt-Time error '453'
    Can not find DLL point CreateToolhelpSnapshot in Kernel32.

    How can I solve this problem? Is there any other way to get the process/apps currently in Tasks List?

    Any idea will be deeply appreciated. Thanks!

  2. #2
    Lively Member
    Join Date
    Apr 2000
    Location
    Hell
    Posts
    89
    If you read any documentation (i.e. MSDN) or any of the various tutorials floating around, you'll learn that CreateToolhelp32Snapshot() and its friends don't exist in the Windows NT kernel. I believe there is an example of how to do this at http://www.thescarms.com/. If I recall correctly, it tells you how to make your program work under both NT and 9x kernels
    - Steve

    Real programmers use COPY CON PROGRAM.EXE

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