📄 ddeclnt.h
字号:
/* Borland C++ - (C) Copyright 1992 by Borland International */
/*
External References
*/
extern HANDLE hInst;
extern HWND hWnd;
/*
Resource Defines
*/
#define ID_DDECLIENT 100
#define ID_DDESERVER 101
/*
Menu Selection Defines
*/
#define IDM_EXIT 100
#define IDM_CONNECT_SERVER 101
#define IDM_DISCONNECT_SERVER 102
#define IDM_ABOUT 103
#define IDM_MSG_TO_SERVER 104
#define IDM_MSG_FROM_SERVER 105
/*
Forward References
*/
LRESULT CALLBACK MainWndProc ( HWND, UINT, WPARAM, LPARAM );
BOOL FAR PASCAL InitApplication ( HANDLE );
BOOL InitInstance ( HANDLE hInstance, short int nCmdShow );
BOOL CALLBACK About ( HWND, UINT, WPARAM, LPARAM );
HDDEDATA EXPENTRY DDECallback ( WORD, WORD, HCONV, HSZ, HSZ, HDDEDATA, DWORD,
DWORD );
void HandleError ( WORD );
void HandleOutput ( char * );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -