| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1942 人关注过本帖
标题:如何取得WaitForSingleObject的返回值
只看楼主 加入收藏
Mycr
Rank: 1
等 级:新手上路
帖 子:203
专家分:0
注 册:2006-9-18
收藏
 问题点数:0 回复次数:2 
如何取得WaitForSingleObject的返回值
  bgColor=#ffffff border=1>
ValueMeaning
WAIT_ABANDONEDThe specified object is a mutex object that was not released by the thread that owned the mutex object before the owning thread terminated. Ownership of the mutex object is granted to the calling thread, and the mutex is set to nonsignaled.
WAIT_OBJECT_0The state of the specified object is signaled.
WAIT_TIMEOUTThe time-out interval elapsed, and the object's state is nonsignaled.


上面是WaitForSingleObject函数的返回值,那么我该怎么取得,并且把它打印出来呢?
搜索更多相关主题的帖子: 返回值 
2007-11-24 12:46
jamieking
Rank: 1
等 级:新手上路
帖 子:50
专家分:0
注 册:2007-11-3
收藏
得分:0 
DWORD dwRes = WaitForSingleObject(里面的参数我忘了);
打印嘛用TextOut.具体的忘记了,不好意思

2007-11-25 18:42
Janlex
Rank: 3Rank: 3
等 级:新手上路
威 望:6
帖 子:303
专家分:0
注 册:2006-9-12
收藏
得分:0 

★★★★★欢迎光临我的博客 ★★★★★
http://www.
2007-11-26 01:24
快速回复:如何取得WaitForSingleObject的返回值
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.026845 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved