让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY...
- 资源大小:25.03 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Windows开发
资 源 简 介
让程序只运行一个实例的简单实用的方法,首先在InitInstance()函数中创建一个同步对象,如果(GetLastError()返回ERROR_ALREADY_EXISTS就表明存在
-Allow to run only one instance of the simple and practical method, first of all, in the InitInstance () function to create a synchronization object, if (GetLastError () return ERROR_ALREADY_EXISTS to indicate the presence
文 件 列 表
只运行一个实例
res
Example.aps
Example.clw
Example.cpp
Example.dsp
Example.dsw
Example.h
Example.ncb
Example.opt
Example.plg
Example.rc
ExampleDlg.cpp
ExampleDlg.h
ReadMe.txt
Resource.h
StdAfx.cpp
StdAfx.h