home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / procview / PSAPI.txt < prev    next >
Text File  |  1999-02-07  |  1KB  |  30 lines

  1. Process Status API
  2.  
  3. Microsoft process status helper (PSAPI.DLL) is a small dynamic link library that makes it easier to obtain information about processes and device drivers running under Microsoft« Windows NT«. 
  4.  
  5. PSAPI.DLL is included in the Platform Software Development Kit (SDK). It is also a part of the Microsoft Visual studio. You can find this library in:
  6.  
  7. Platform SDK CD-Romáá 
  8. \MSDK\PSAPI.DLL\BIN\WINNT\I386\PSAPI.DLL
  9.  
  10. Visual Studio C++ 5.0 CD-Rom *
  11. \DEVSTUDIO\VC\BIN\PSAPI.DLL
  12.  
  13. Visual Studio 6.0 CD-Rom á*
  14. \COMMON\TOOLS\PSAPI.DLL
  15.  
  16. Download Additional Developer Toolsá (13Mb) 
  17. http://msdn.microsoft.com/developer/sdk/platform.htm 
  18.  
  19. Download PSAPI.ZIP (7Kb) from this site
  20. http://www.teamcti.com/pview/psapi.zip
  21.  
  22. Download PSAPI.DLL (18Kb) from the WinUtils site áá 
  23. http://www.winutils.com/psapi.dll
  24.  
  25. ------------
  26.  
  27. PSAPI.DLL is a Microsoft« product and to the best of my knowledge a redistributable component.
  28. Unfortunately all my attempts to contact Microsoft« regarding redistribution of PSAPI failed. 
  29. I would appreciate any additional information about this issue being mailed to IgorNys@writeme.com
  30.