I need to call CreateMutex to check if the program is currently running or not.
DLL: %SysDir%\Kernel32.dll
Function Name: CreateMutex
Function Parameters: 0,1,SkedStar
Return Value: Int (tried long)
Calling Convention: __stdcall (tried __cdecl)
Fails: Failed to call DLL Function (#2, Line 2)
Ideas?
DLL: %SysDir%\Kernel32.dll
Function Name: CreateMutex
Function Parameters: 0,1,SkedStar
Return Value: Int (tried long)
Calling Convention: __stdcall (tried __cdecl)
Fails: Failed to call DLL Function (#2, Line 2)
Ideas?
Comment