?? clocalmachine.h
字號:
// CLocalMachine.h: interface for the CLocalMachine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(__CLocalMachine_h__)
#define __CLocalMachine_h__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CLocalMachine
{
// Attributes
private:
bool m_bInit;
public:
CLocalMachine();
virtual ~CLocalMachine();
bool GetIPAddress(char * outIP, char * outHost = NULL);
protected:
void InitSystem(void);
void Uninit(void);
};
#endif // !defined(__CLocalMachine_h__)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -