CamTimer.Program.NativeMethods.ReleaseMutex C# (CSharp) Method

ReleaseMutex() private method

private ReleaseMutex ( IntPtr hMutex ) : bool
hMutex System.IntPtr
return bool
            internal static extern bool ReleaseMutex(IntPtr hMutex);
Program.NativeMethods