代码搜索结果
找到约 10,000 项符合
Monitor 的代码
monitor.c
// The file "winav.h" must be included in first line
#include "winav.h"
#include "utl.h"
#include "hal.h"
#include "servo.h"
#include "input.h"
#include "chips.h"
#include "cdinfo.h"
#in
monitor.h
#ifndef MONITOR_H
#define MONITOR_H
#include "stdafx.h"
#define SCREEN_TEXT_SIZE_X 100
#define SCREEN_TEXT_SIZE_Y 500
extern HANDLE g_hOut;
HANDLE GetCurrentConsoleOut();
void SetMonitorS
monitor.cpp
#include "monitor.h"
HANDLE g_hOut = NULL;
DWORD dwScreenBufferLastRow = 0;
void WriteText(char* msg, bool type )
{
DWORD lenout;
WriteConsole(g_hOut, msg, lstrlen(msg), &lenout,0);
monitor.h
#ifndef __MONITOR_H__
#define __MONITOR_H__
// wyc1.20, re-arrange the define scope of NO_SCREEN_SAVER
#ifndef NO_SCREEN_SAVER
// LLY.042-1, remove from CC.H. It will be reference by screen save
monitor.h
#ifndef MONITOR_H
#define MONITOR_H
#include "..\stdafx.h"
#define SCREEN_TEXT_SIZE_X 100
#define SCREEN_TEXT_SIZE_Y 500
extern HANDLE g_hOut;
HANDLE GetCurrentConsoleOut();
void SetMonit
monitor.cpp
#include "monitor.h"
HANDLE g_hOut = NULL;
DWORD dwScreenBufferLastRow = 0;
void WriteText(char* msg, bool type )
{
DWORD lenout;
WriteConsole(g_hOut, msg, lstrlen(msg), &lenout,0);
monitor.h
#ifndef MONITOR_H
#define MONITOR_H
#include "stdafx.h"
#define SCREEN_TEXT_SIZE_X 100
#define SCREEN_TEXT_SIZE_Y 500
extern HANDLE g_hOut;
HANDLE GetCurrentConsoleOut();
void SetMonitorS
monitor.cpp
#include "monitor.h"
HANDLE g_hOut = NULL;
DWORD dwScreenBufferLastRow = 0;
void WriteText(char* msg, bool type )
{
DWORD lenout;
WriteConsole(g_hOut, msg, lstrlen(msg), &lenout,0);
monitor.h
#ifndef MONITOR_H
#define MONITOR_H
#include "stdafx.h"
#define SCREEN_TEXT_SIZE_X 100
#define SCREEN_TEXT_SIZE_Y 500
extern HANDLE g_hOut;
HANDLE GetCurrentConsoleOut();
void SetMonitorS