YYXMSG.CPP
资源名称:dos_gui.zip [点击查看]
上传用户:wtrl82617
上传日期:2007-01-07
资源大小:187k
文件大小:1k
源码类别:
界面编程
开发平台:
DOS
- // 1993 (c) ALL RIGHTS RESERVED
- // AUTHOR BY XuYongYong
- /* yyxmsg.cpp
- */
- #include "yyxmsg.h"
- #include "yyxmain.h"
- MSGQueue::MSGQueue()
- {
- this->Reset();
- }
- void MSGQueue::SendMessage (long int ID,long int Action,void *fptr)
- { asm cli;
- msg_array[first].ID =ID;
- msg_array[first].Action =Action;
- msg_array[first].fptr =fptr;
- oldfirst =first;
- first -=1;
- if ( first <0 ) first=MAXMSGNUM;
- if ( last==first ) {
- // puts("