?? ir chat.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 + -