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

📄 dialog.h

📁 dtelent是开源的开发项目
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -