allcam.h
来自「用Embedded Visual C++ Win32 API开发的运行于Wind」· C头文件 代码 · 共 32 行
H
32 行
// AllCam.h: interface for the CAllCam class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ALLCAM_H__AF8983BD_C397_4C97_AB80_2CCA3E309DA6__INCLUDED_)
#define AFX_ALLCAM_H__AF8983BD_C397_4C97_AB80_2CCA3E309DA6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CamDesc.h"
class CAllCam
{
public:
int curPos;
TCHAR Server[255];
int num;
CCamDesc *pCam;
public:
void Init();
BOOL InitializeRegistry();
BOOL RetrieveFromRegistry();
CAllCam();
virtual ~CAllCam();
};
#endif // !defined(AFX_ALLCAM_H__AF8983BD_C397_4C97_AB80_2CCA3E309DA6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?