static.h

来自「Microsoft MS-DOS6.0 完整源代码」· C头文件 代码 · 共 15 行

H
15
字号
/*
	COW : Character Oriented Windows

	static.h : static cow private interface
*/

/* Static Text Styles */

#define SS_LEFT 		0	/* left justified text */
#define SS_CENTER 		1	/* centered text */
#define SS_RIGHT 		2	/* right justified text */


DWORD	FARPUBLIC	StaticWndProc(PWND, WORD, WORD, DWORD);

⌨️ 快捷键说明

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