Category : Files from Magazines
Archive   : JUL91.ZIP
Filename : 2N07012B

 
Output of file : 2N07012B contained in archive : JUL91.ZIP
#ifndef TIMERS_H
#define TIMERS_H

typedef unsigned long ULONG;

class TIMER
{
public:
TIMER(int EventId);
virtual ~TIMER();
int Start(ULONG Interval);
void Stop();
virtual void Fire() = 0;

int EventId;
ULONG Interval;
ULONG ThisTime;
ULONG LastTime;

static void InitTimerPackage(HANDLE Instance);
static int OutOfTimers();

friend int ReviseInterval();
friend void InitTimer(TIMER *Timer, int EventId);
friend void DeleteTimer(TIMER *Timer);
friend WORD FAR PASCAL TimerCallBack(HWND,
WORD, WORD, LONG);
private:
TIMER *Next;
};

#endif


  3 Responses to “Category : Files from Magazines
Archive   : JUL91.ZIP
Filename : 2N07012B

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/