ioctrl_s.h

来自「C写的小型操作系统源码」· C头文件 代码 · 共 27 行

H
27
字号
//***********************************************************************/
//    Author                    : Garry
//    Original Date             : Jun,10 2005
//    Module Name               : IOCTRL_S.H
//    Module Funciton           : 
//                                This module countains io control application's pre-
//                                definitions.
//                                This file countains shell command or application code,
//                                as the name of this file is ended by "_S".
//    Last modified Author      :
//    Last modified Date        :
//    Last modified Content     :
//                                1.
//                                2.
//    Lines number              :
//***********************************************************************/

#ifndef __IOCTRL_S_H__
#define __IOCTRL_S_H__
#endif

#define IOCTRL_TERMINAL    0x00000001
#define IOCTRL_NORMAL      0x00000000

DWORD IoCtrlStart(LPVOID);

⌨️ 快捷键说明

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