  PrcWorks is process identification library.
-----------------------------------------------  

  Libraries for Windows 95,98,ME, NT4,2000,XP offer 4 functions
developer can call from his programs:
BuildPIDList    - makes list of Process IDentifiers (PIDs).
ProcessName2PID - returns PID of process represented by given name.
PID2ProcessName - returns name of process with given PID.
GetSessionId    - returns id of session given process belongs to.

  The functions work _locally_! Parameters and results are valid for
the machine where PrcWorks runs (for the current terminal server)!
Simply, PrcWorks works where ApiHooks (see www.anticracking.sk/EliCZ)
can work. Main application for PrcWorks is to support ApiHooks.

  Dynamic linking is supported for VC++, BC++, LCC-Win32,
Delphi, MASM, TASM32, NASM, VB.
  Static linking is supported for VC++, BC++, MASM, TASM32,
NASM.