Win32 process list/check for running process

About Monkey 2 Forums Monkey 2 Code Library Win32 process list/check for running process

Tagged: , , , , ,

This topic contains 0 replies, has 1 voice, and was last updated by  DruggedBunny 5 months ago.

Viewing 1 post (of 1 total)

  • Author

    Posts

  • #15438


    DruggedBunny

    Participant

    This is just a couple of functions for reading the list of currently-running processes on Windows as a string array, and for checking if a given process name is running (eg. “notepad.exe”).

    Only tested on Windows 7 64-bit, built as a 64-bit executable via MSVC.

    Would be interested to hear if it succeeds or fails on 32-bit Windows, or when built as a 32-bit executable!

    [EDIT: Quick fix for stoopid.]

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.