conduct.h

来自「清华魏永名miniGUI dos下的源码」· C头文件 代码 · 共 14 行

H
14
字号
//
// This header file include type definitions, macro definitions and 
// function declarations.
// These definitions are used to define the original data and cutting 
// data of process piston.
//

// function declarations


BOOL FAR ConductMain( void );
int FAR EditBoxProc( PDLGHEADER pDlgHeader, UINT uAction, WORD wID, LONG lParam );
int FAR ConductMainGUIProc( PGUIINFO pGUIInfo, UINT uMsg, WPARAM wParam, LPARAM lParam);

⌨️ 快捷键说明

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