sample.h

来自「DOS环境下图形用户界面支持系统」· C头文件 代码 · 共 12 行

H
12
字号
//
// 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 SampleMain( void );
int FAR ErrorBoxProc( PDLGHEADER pDlgHeader, UINT uAction, WORD wID, LONG lParam );
int FAR SampleMainGUIProc( PGUIINFO pGUIInfo, UINT uMsg, WPARAM wParam, LPARAM lParam);

⌨️ 快捷键说明

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