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