⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pccore.h

📁 瑞星微公司RK27XX系列芯片的SDK开发包
💻 H
字号:
/*
File  : pcCore.h
Note  :

    1. OS ,任务调度模拟。
$Log: pcCore.h,v $
Revision 1.2  2007/10/10 02:23:26  Zhaojun
添加版本自动注释脚本


*/
#ifndef __ROCK_PC_CORE_H_
#define __ROCK_PC_CORE_H_
/***************************************************************************/
/*-----------------------------------------------------*/
#ifdef __cplusplus
extern "C"
{
#endif

    typedef struct _PCC_THREADINFO
    {
        HANDLE      ThredHandle;
        DWORD       ThreadID;
    } PCC_THREADINFO , *PPCC_THREADINFO;

///////////////////////////////////////////////////////////////////////////
#define PCHOST_TIMERID                            100
#define CPH_TRACE_TIMERID                      101

    void  PCCoreSystemStartup(HWND hwnd , int ep);
    void  PCCoreSystemShutDown(void);
    void __stdcall RkPCTimerTick( //CALLBACK EXPORT
        HWND hWnd,      // handle of CWnd that called SetTimer
        UINT nMsg,      // WM_TIMER
        UINT nIDEvent,   // timer identification
        DWORD dwTime    // system time
    );


    /*------------------------------------------*/
#ifdef __cplusplus
}
#endif

/***************************************************************************/
#endif // __ROCK_PC_CORE_H_

⌨️ 快捷键说明

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