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