文件名称:只允许打开一个应用程序
文件大小:29KB
文件格式:RAR
更新时间:2016-02-17 12:21:50
一个 mfc c++ 源代码 vc
只允许打开一个应用程序,vc6.0mfc实现,当打开一个实例后,不允许打开第二个 HANDLE hMutex; hMutex = OpenMutex(MUTEX_ALL_ACCESS,false,_T("A")); if(hMutex) exit(0); hMutex = CreateMutex(NULL,true,_T("A"));
【文件预览】:
test_onlyOneExeDlg.cpp
Resource.h
test_onlyOneExe.dsp
res
----test_onlyOneExe.rc2(407B)
----test_onlyOneExe.ico(1KB)
test_onlyOneExe.dsw
test_onlyOneExe.aps
test_onlyOneExeDlg.h
test_onlyOneExe.clw
test_onlyOneExe.opt
test_onlyOneExe.rc
test_onlyOneExe.h
test_onlyOneExe.cpp
test_onlyOneExe.plg
StdAfx.cpp
StdAfx.h
Debug
----test_onlyOneExe.exe(104KB)
test_onlyOneExe.ncb
ReadMe.txt