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