FireBirdLib - Topfield TMS PVR TAP Programming Library
FIS_vTopEvent.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
3inline dword FIS_vTopEvent(void)
4{
6
7 static dword vtopEvent = 0;
8
9 if(!vtopEvent)
10 vtopEvent = TryResolve("_topEvent");
11
12 TRACEEXIT();
13 return vtopEvent;
14}
dword FIS_vTopEvent(void)
Definition: FIS_vTopEvent.c:3
dword TryResolve(char *Function)
Definition: TryResolve.c:5
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243