📄 ntfy_box.h
字号:
/**********************************************************
File Name: NTFY_BOX.H
Expanded Name: Notify Box
Description: Include file for NTFY_BOX.C
Program List:
Global Function List:
Static Function List:
Local Macro List:
Global Data:
Static Data:
Portability: MS Windows C Compilers
**********************************************************/
#if !defined( NTFY_BOX_DEFINED )
#define NTFY_BOX_DEFINED
int FAR NotifyBox( HWND hWndParent, LPSTR lpText,
LPSTR lpCaption, HINSTANCE hInstanceParent );
HWND FAR NotifyBoxCreate( HWND hWndParent,
LPSTR lpText, LPSTR lpCaption,
HINSTANCE hInstanceParent );
BOOL FAR NotifyBoxDestroy( HWND hWndNotify );
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -