摘要:
Using Visual Studio 2005, you edit the default.js file in VC\VCWizards\AppWiz\Generic\Application\scripts\1033 under the dir where Visual Studio is installed on your system. Look for the two places where this assignment occurs: config.CharacterSet = charSetUNICODE and change them to config.Charact.. 阅读全文
posted @ 2013-02-16 22:37
greencolor
阅读(214)
评论(0)
推荐(0)
摘要:
CreatEvent():创建一个事件对象SetEvent():把指定事件对象的状态设置为发信号状态ResetEvent():把指定事件对象的状态设置为不发信号状态函数CreateEvent创建一个事件对象,参数1必须为NULL,参数2指定是否手工重新设置事件对象的状态。如果为FALSE,当等待函数接到信号并返回后此事件对象被自动置为无信号状态。这时等待此事件对象的其它线程就不会被唤醒,因为事件对象已经被置为无信号状态。如果参数2设置为TRUE,当等待函数接到信号并返回后事件对象不会被自动置于无信号状态,其它等待此事件对象的线程都能够被唤醒。用ResetEvent函数可以手工将事件对象置为无信 阅读全文
posted @ 2013-02-16 00:32
greencolor
阅读(1646)
评论(0)
推荐(0)
浙公网安备 33010602011771号