dibdll.h

来自「讲mfc的书」· C头文件 代码 · 共 23 行

H
23
字号
/*
 *  dibdll.h
 *
 *  Copyright (c) 1991 Microsoft Corporation. All rights reserved
 *
 *  Header file for dllinit.c, print.c, and dibapi.rc.  It includes 
 *  the declaration for ghDLLInst, a global variable which stores the 
 *  DLL's instance handle.  It also defines constants for the DLL's 
 *  printing dialog.
 */

/* Defines for the DLL's printing dialog. */

#define IDC_BOX1                    123
#define IDC_PRINTTEXT1              401
#define IDC_PRINTTEXT2              402
#define IDC_PERCENTAGE              403


/* Global variable used by the DIB API DLL */

extern HANDLE ghDLLInst;        // Initialized in dllinit.c

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?