FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_tap.h
Go to the documentation of this file.
1#ifndef FBLIB_TAP_H
2#define FBLIB_TAP_H
3
4#include "libFireBird.h"
5
6#define MAGIC 0xf1eb1d1b
7#define TAPDIR_MAX_STACK 16
8#define BATCHMODEKEY 0x15227
9#define PARAMBLOCKKEY 0x15228
10
11extern char TAPDirStack[TAPDIR_MAX_STACK][200];
12
13extern int TAPDirStackDepth;
14extern bool LibInitialized;
15
16typedef struct
17{
18 dword magic;
19 dword id;
22
24
25dword HDD_TAP_DisabledEventHandler(word, dword, dword);
26dword KeyTranslateHook(word, dword, dword);
27
28#endif
dword HDD_TAP_DisabledEventHandler(word, dword, dword)
dword KeyTranslateHook(word, dword, dword)
bool LibInitialized
Definition: InitTAPex.c:8
#define TAPDIR_MAX_STACK
Definition: FBLib_tap.h:7
TYPE_Parametered_Tap * fbl_parametered_tap
Definition: HDD_TAP_Start.c:6
int TAPDirStackDepth
char TAPDirStack[TAPDIR_MAX_STACK][200]