Mutex

This program shows how to prevent more than one copy of your application being run on the same machine. It uses a Mutex, which is an operating system maintained flag.


Win API Functions used:

CreateMutex
GetLastError


——— Last updated 07/14/2022 ———