FireBirdLib - Topfield TMS PVR TAP Programming Library
Appl_StopPlaying.c
Go to the documentation of this file.
1#include "libFireBird.h"
2
3dword Appl_StopPlaying(void)
4{
6
7 dword (*__Appl_StopPlaying)(void);
8 dword ret = 0;
9
10 __Appl_StopPlaying = (void*)FIS_fwAppl_StopPlaying();
11 if(__Appl_StopPlaying) ret = __Appl_StopPlaying();
12
13 TRACEEXIT();
14 return ret;
15}
dword Appl_StopPlaying(void)
dword FIS_fwAppl_StopPlaying(void)
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243