📄 instancecheck.h
字号:
//////////////////////////////////////////////////////////////////////
// FileFury
// Copyright (c) 2000 Tenebril Incorporated
// All rights reserved.
//
// This source code is governed by the Tenebril open source
// license (http://www.tenebril.com/developers/opensource/license.html)
//
// For more information on this and other open source applications,
// visit the Tenebril OpenSource page:
// http://www.tenebril.com/developers/opensource
//
//////////////////////////////////////////////////////////////////////
#ifndef INSTANCECHECK_INCLUDE
#define INSTANCECHECK_INCLUDE
class CInstanceCheck
{
public:
CInstanceCheck();
~CInstanceCheck();
bool Create(LPCTSTR lpClassName, bool RegisterWindow,
bool BringToTop);
CString GetClassName();
protected:
HANDLE m_hMutex;
CString m_strClassName;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -