⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ir chat.h

📁 windows mobile下运用红外线端口进行聊天的小程序。windows ce programme书中给的代码是用在PPC2002上的
💻 H
字号:
#include "resource.h"

#define dim(x) (sizeof(x) / sizeof(x[0]))
#define LPCMDLINE LPWSTR
#define MyCreateThread CreateThread

HWND InitDialog(HWND hwnd);
BOOL ShowMenubar(HWND hwnd,int menuid);
BOOL OverrideBackKey(HWND hwnd);

BOOL CALLBACK Main_DlgProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);

void Add2List (HWND hWnd, LPTSTR lpszFormat, ...);

int FillIrCommPort(HWND hWnd);
INT GetIrCommDeviceName (LPTSTR pDevName);
HANDLE InitCommunication (HWND hWnd, LPTSTR pszDevName);
DWORD WINAPI ReadThread (PVOID pArg);
void StopRecv();

⌨️ 快捷键说明

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