The easiest ways are to either acquire a named mutex, or try to open a
socket on a port which nothing but your app would use. Of course, both
are problematic in terms of namespace - creating a name no-one else is
likely to use for a mutex is easier than working out a port number
which no-one else is likely to use though.
You don't need to specify the initial value for isNew - out parameters
don't need to be definitely assigned beforehand.
Other than that, it looks okay to me - have you tried it?
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.