stdafx.h
来自「NOOPENQQ的源碼 NOOPENQQ是一個掛QQ的好軟件」· C头文件 代码 · 共 44 行
H
44 行
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__2DF1DBA7_F3C6_4F88_B8B6_D0BC17BB35DD__INCLUDED_)
#define AFX_STDAFX_H__2DF1DBA7_F3C6_4F88_B8B6_D0BC17BB35DD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Insert your headers here
//#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
//#include <windows.h>
//#define _AFXDLL
#include <afxwin.h>
#ifndef interface
#define interface struct
#endif
#include <msxml.h>
#include <winsock.h>
#include "../MicroQQ/Common.h"
#include "resource.h"
struct TQQClientDataEx{
BOOL m_AutoLogin;//自动登陆
BOOL m_AutoOff;//自动下线
DWORD m_OtherQQ;//转发QQ
BOOL m_SaveMsg;//保存消息
char m_RetMsg[256];//自动回复消息
//等级信息
WORD m_Level,m_Level_OnLineDay,m_Level_NextLevelDay;
DWORD m_CanGetNextLevel;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__2DF1DBA7_F3C6_4F88_B8B6_D0BC17BB35DD__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?