CreateMutex
[DllImport("coredll.dll", SetLastError = true)]
public static extern IntPtr CreateMutex(
IntPtr lpMutexAttributes,
bool bInitialOwner,
string lpName
);Last updated
[DllImport("coredll.dll", SetLastError = true)]
public static extern IntPtr CreateMutex(
IntPtr lpMutexAttributes,
bool bInitialOwner,
string lpName
);Last updated