📄 outinfotofile.h
字号:
// OutInfoToFile.h: interface for the COutInfoToFile class.
//
//////////////////////////////////////////////////////////////////////
// 版权所有:
// 作者:
// E-mail:
// 声明:可以自由使用、修改,但必须包括本声明!
// Feb 5,2004
//////////////////////////////////////////////////////////////////////
#if !defined(AFXOUTINFOTOFILE_H__1234567890ABC_DEF0987654321__MS_)
#define AFXOUTINFOTOFILE_H__1234567890ABC_DEF0987654321__MS_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/*
*只有先:#define _EnableOutInfo
*AfxOutInfoToFile才能真正生效
*/
void AfxOutInfoToFile(CString csInfo);
class COutInfoToFile
{
public:
static void AddInfo(const CString& csInfo);
private://const
static CString m_csDriverSign; //盘符;init !="";
static CString m_csDirectory; //目录;Init !="";
private:
static void GetApplicateSelfName();
static bool m_sbAlreadyExist;
static CString m_csProjectName; //项目名;Init="";
static CString m_csFileName; //文件名;Init="";
static void SpecifyInfoFileName();
static bool CheckDirectory();
static bool ExistDirectory(const CString& csDirFullPath);
static bool InitStatus();
};
#endif // !defined(AFXOUTINFOTOFILE_H__1234567890ABC_DEF0987654321__MS_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -