www.pudn.com > GOS.rar > WinHAL.h


// WinVM.h: interface for the WinVM class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_WINHAL_H__F05F4694_BD3D_4E7F_A0BE_81D121AD93A7__INCLUDED_) 
#define AFX_WINHAL_H__F05F4694_BD3D_4E7F_A0BE_81D121AD93A7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
extern void HAL_ENTRY(void); 
extern void HAL_Beep(int nType); 
extern void HAL_OnIdle(void); 
extern void HAL_Unload(void); 
extern void HAL_PIXEL(int x,int y,int c); 
extern void HAL_FillRect(int x1,int y1,int x2,int y2,int nColor); 
extern void HAL_Click(int x,int y,BOOL bDown); 
extern "C" void HAL_CreateThread(int tcb,int sp1,int sp2,int pFunc); 
extern "C" DWORD __stdcall GetTickCount(); 
extern "C" DWORD __stdcall Sleep(DWORD dwMilliseconds); 
extern BOOL File_WriteBlock(LPVOID pBuf,int nBlock); 
extern BOOL File_ReadBlock(LPVOID pBuf,int nBlock); 
extern int nHalRegister; 
 
#endif // !defined(AFX_WINHAL_H__F05F4694_BD3D_4E7F_A0BE_81D121AD93A7__INCLUDED_)