Results 1 to 2 of 2

Thread: NLDGetProcesses

  1. #1

    NLDGetProcesses

    ------------
    De sources van NLDDanyUtils zijn te vinden in:
    ftp://ftp.nldelphi.com/public/OpenSo.../NLDDanyUtils/
    ------------

    Laat toe een lijst van lopende 'processen' te maken, en het 'ProcessId' van een proces te verkrijgen.

    De interface:
    Code:
    procedure BuildListOfProcesses(List: TStrings);
    // This procedure builds a of List names of running processes in the (properly created) stringlist
    
    function  GetProcessId(Prc: string): LongWord;
    // This function returns the ProcessId of the process with name 'Prc'
    
    Last edited by Dany; 23-Nov-06 at 20:25.

  2. #2
    Vriendelijke groeten,
    Dany

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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