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