dialog.h
来自「dtelent是开源的开发项目」· C头文件 代码 · 共 17 行
H
17 行
/* dialog.h
* Copyright (C) 1998 David Cole
*
* Dialog box message routing
*/
#ifndef __dialog_h
#define __dialog_h
/* Register a dialog box with the message router */
void dialogRegister(HWND dlg);
/* Unregister a dialog box with the message router */
void dialogUnRegister(HWND dlg);
/* Return whether or not a message was routed to a dialog */
BOOL dialogCheckMessage(MSG* msg);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?