her_domasn_create

所属分类:.net编程
开发工具:Visual Basic
文件大小:2KB
下载次数:0
上传日期:2018-11-03 13:01:04
上 传 者Msrry
说明:  Mutex APIs Make multiple instance aware programs

文件列表:
ujmodMutex.bas (1332, 2017-04-11)
yfrmMain.frm (1410, 2017-04-11)
It8Mutex_Example.vbp (700, 2017-04-11)
9nMutex_Example.vbw (82, 2017-04-11)

Title: Mutex APIs: Make multiple instance-aware programs! Description: Uses Mutex Objects to track multiple instances of the same .EXE. A Mutex object is an interprocess synchronization object whose state is set to signaled when it is not owned by any thread, and nonsignaled when it is owned. Only one thread at a time can own a mutex. Use of mutex objects makes possible batch processing and other synchronous tasks, from concurrent instances of the same application. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=15029&lngWId=1 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.

近期下载者

相关文件


收藏者