cli_softandhard.h

来自「用vb实现在线考试系统」· C头文件 代码 · 共 65 行

H
65
字号
// Cli_SoftAndHard.h : main header file for the CLI_SOFTANDHARD DLL
//

#if !defined(AFX_CLI_SOFTANDHARD_H__EB260A5F_A48F_4865_9994_E2479FCBC4DD__INCLUDED_)
#define AFX_CLI_SOFTANDHARD_H__EB260A5F_A48F_4865_9994_E2479FCBC4DD__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CCli_SoftAndHardApp
// See Cli_SoftAndHard.cpp for the implementation of this class
//

class CCli_SoftAndHardApp : public CWinApp
{
public:
	CCli_SoftAndHardApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCli_SoftAndHardApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CCli_SoftAndHardApp)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

typedef struct tagShowParams
{
	int bShow[MAX_CHANNELS];
	int m_linktype[MAX_CHANNELS];
	int remoteChannel[MAX_CHANNELS];
	int localChannel[MAX_CHANNELS];
	int ipos[MAX_CHANNELS];
	char* remoteIP[MAX_CHANNELS];
	int  result[MAX_CHANNELS];
} *LPSHOWPARAMS;


typedef struct tagSwitchShow
{
	int SwitchShow[MAX_CHANNELS][MAX_CHANNELS];	
	int SwitchNum;	//轮循的个数							
} *LPSWITCHSHOW;

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CLI_SOFTANDHARD_H__EB260A5F_A48F_4865_9994_E2479FCBC4DD__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?