simsrv.h
来自「一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上」· C头文件 代码 · 共 35 行
H
35 行
//------------------------------------------------------------------------------
// File: simsrv.h
// Date: 2001-6-13 pm 02:09:06
// Written by: CYu
// Decription: internal header file for simulation server only
// Modification record
//------------------------------------------------------------------------------
// Copyright: EPSON Proprietary Material
// Copyright (c) 2001, All Rights Reserved
// SHANGHAI EPSON ELECTRONICS CO., LTD.
//
// DISTRIBUTION PROHIBITED without written authorization from EPSON
//------------------------------------------------------------------------------
#include <windows.h>
#include <sys\pen.h>
#include <sys\key.h>
#ifndef SIM_SRV_H
#define SIM_SRV_H
#define SS_SRVSTARTED 1
#define SS_SRVOFF 0
__declspec( dllimport ) short serverStatus;
__declspec( dllimport ) HWND hwndPanel;
__declspec( dllimport ) HWND hwndScreen;
__declspec( dllimport ) HWND hwndClient;
__declspec( dllimport ) char tcaDebugLog[82];
__declspec( dllimport ) PENDATA pen;
__declspec( dllimport ) KEYDATA key;
#endif // SIM_SRV_H
//----------------------------- The End of the File ----------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?