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