vbi_parser.h

来自「这是T118和T103的通用程序」· C头文件 代码 · 共 25 行

H
25
字号
#include "common.h"
typedef struct{
	uCHAR preByte;
	uCHAR Column;
	uCHAR Row;
	uCHAR TextAttr;  // 1: white, 2: whiete underlined 3: green, 4:green underlined 
					 // 5: blue, 6: blue underlined, 7:cyan, 8: cyan underlined 
					 // 9: red, 10: red underlined, 11:yellow, 12: yellow underlined
					 //13: magenta, 14:megenta underlined, 15: italic, 16: italic underlined
	uCHAR Line;

}CC_Content;

BOOL VBI_Init(void);
BOOL CC_Parsing(void);


#ifndef __VBI_PARSING__
#define __VBI_PARSING__

CC_Content idata cc_char;// kenny 20060315
#else
extern CC_Content idata cc_char;
#endif

⌨️ 快捷键说明

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