I am trying to create a Mutex object using the API:
Code:
Declare Function CreateMutex Lib "kernel32" Alias "CreateMutexA" (lpMutexAttributes As SECURITY_ATTRIBUTES, ByVal bInitialOwner As Long, ByVal lpName As String) As Long
So far without success. Have you done it before. Please help.

Regards.