RDSTerminal.h
上传用户:hbzxgg2
上传日期:2009-03-28
资源大小:291k
文件大小:1k
- // RDSTerminal.h : main header file for the PROJECT_NAME application
- //
- #pragma once
- #ifndef __AFXWIN_H__
- #error "include 'stdafx.h' before including this file for PCH"
- #endif
- #ifdef POCKETPC2003_UI_MODEL
- #include "resourceppc.h"
- #endif
- #ifdef SMARTPHONE2003_UI_MODEL
- #include "resourcesp.h"
- #endif
- #include "BlueTooth_WM.h"
- typedef struct _Program_Setting
- {
- t_RemoteBthDevInfo RemoteBthDevInfo_InUsing;
- TCHAR szServiceInUsingGUID[40];
- } t_ProgramSetting;
- // CRDSTerminalApp:
- // See RDSTerminal.cpp for the implementation of this class
- //
- class CRDSTerminalApp : public CWinApp
- {
- public:
- CRDSTerminalApp();
-
- // Overrides
- public:
- virtual BOOL InitInstance();
- // Implementation
- DECLARE_MESSAGE_MAP()
- public:
- virtual int ExitInstance();
- };
- extern CRDSTerminalApp theApp;
- //=========================================================================
- // 全局变量
- //=========================================================================
- extern TCHAR g_CurDir[MAX_PATH];
- extern CBlueTooth_WM *m_pBlueTooth_WM;
- extern t_ProgramSetting g_Setting;