网站首页
词典首页
请输入您要查询的计算机术语:
术语
CCriticalSection::UnLock
释义
CCriticalSection::UnLock
virtual BOOL UnLock( );
返回值:
如果临界区是被本线程占用的并且开锁成功,则返回非零值。否则为0。
说明:
本函数释放线程占用的CCriticalSection对象。如果CCriticalSection是单独使用的,在独占使用完临界资源以后,应尽快调用UnLock开锁。
如果使用了CSingleLock对象,CCriticalSection::Unlock将会在它的成员函数Unlock中调用。
随便看
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
COlePropertyPage::IsModified
MFC类库中文详解手册包含4274条MFC类库参考词条,基本涵盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容,是计算机编程的有利工具。
Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40
更新时间:2026/4/30 2:30:40