📄 rasstatemessage.h
字号:
// RasStateMessage.h: interface for the CRasStateMessage class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RASSTATEMESSAGE_H__A1839756_1160_479F_AAE6_D8198AEFBF2C__INCLUDED_)
#define AFX_RASSTATEMESSAGE_H__A1839756_1160_479F_AAE6_D8198AEFBF2C__INCLUDED_
/**
This class define the string which displayed on the window according to the state of
RasConnection.
The RasConnection could be in the state of definition of RASCONNSTATE.
Please refer to the help of RASCONNSTATE.
The order of string in resource table should be same order as RASCONNSTATE.
If you don't want to show too much detail, modify the string table.
For example, if you don't want to show authentication state, just change the string
of authentication related to something like "Connecting..."
*/
#if _MSC_VER > 1000
#pragma once
#endif
#include "Ras.h"
class CRasStateMessage
{
public:
static TCHAR* GetRasStateString(HINSTANCE ,RASCONNSTATE);
CRasStateMessage();
virtual ~CRasStateMessage();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -