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




Reply With Quote