网站首页
词典首页
请输入您要查询的计算机术语:
术语
CEvent::PulseEvent
释义
CEvent::PulseEvent
BOOL PulseEvent();
返回值:如果操作成功,则返回非零值,否则为0。
说明:
将CEvent对象的状态设置为已标记(可用),释放所有等待线程,并自动设置为无标记(无效)。如果事件是手工的,所有等待线程都被释放,事件被设置为无标记,PulseEvent返回。
如果事件是自动的,释放一个线程,事件被设置为无标记,PulseEvent返回。如果没有线程等待,或没有能立即被释放的线程,PulseEvent将事件状态设置为无标记并返回。
随便看
COlePasteSpecialDialog::AddFormat
COlePasteSpecialDialog::AddStandardFormats
COlePasteSpecialDialog::COlePasteSpecialDialog
COlePasteSpecialDialog::CreateItem
COlePasteSpecialDialog::DoModal
COlePasteSpecialDialog::GetDrawAspect
COlePasteSpecialDialog::GetIconicMetafile
COlePasteSpecialDialog::GetPasteIndex
COlePasteSpecialDialog::GetSelectionType
COlePasteSpecialDialog::m_ps
COlePropertiesDialog
COlePropertiesDialog::COlePropertiesDialog
COlePropertiesDialog::DoModal
COlePropertiesDialog::m_gp
COlePropertiesDialog::m_lp
COlePropertiesDialog::m_op
COlePropertiesDialog::m_psh
COlePropertiesDialog::m_vp
COlePropertiesDialog::OnApplyScale
COlePropertyPage
COlePropertyPage::COlePropertyPage
COlePropertyPage::GetControlStatus
COlePropertyPage::GetObjectArray
COlePropertyPage::GetPageSite
COlePropertyPage::IgnoreApply
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。
Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40
更新时间:2026/3/3 9:51:10