FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_shutdown.h File Reference
#include "tap.h"

Go to the source code of this file.

Macros

#define HDDIDLE   0xe1
 

Functions

void CreateRootDir (void)
 
void WriteLog (char *)
 
void Hooked_ApplEvent_CallHandler (unsigned int, unsigned int)
 
bool SetHandler (dword, void *, void **)
 

Variables

bool LibInitialized
 

Macro Definition Documentation

◆ HDDIDLE

#define HDDIDLE   0xe1

Definition at line 6 of file FBLib_shutdown.h.

Function Documentation

◆ CreateRootDir()

void CreateRootDir ( void  )

Definition at line 45 of file SDS.c.

References HDD_ChangeDir(), HDD_TAP_PopDir(), HDD_TAP_PushDir(), TRACEENTER, and TRACEEXIT.

Referenced by SDS().

◆ Hooked_ApplEvent_CallHandler()

void Hooked_ApplEvent_CallHandler ( unsigned int  a1,
unsigned int  a2 
)

Definition at line 68 of file SDS.c.

References ShutdownHooked, TRACEENTER, and TRACEEXIT.

Referenced by SDS().

◆ SetHandler()

bool SetHandler ( dword  EventID,
void *  Handler,
void **  OrigHandler 
)

◆ WriteLog()

void WriteLog ( char *  s)

Definition at line 60 of file SDS.c.

References HDD_TAP_PopDir(), HDD_TAP_PushDir(), LogEntry(), LOGFILE, ROOTDIR, and TIMESTAMP_YMDHMS.

Referenced by SDS(), SDSTerminate(), and SetHandler().

Variable Documentation

◆ LibInitialized

bool LibInitialized
extern

Definition at line 8 of file InitTAPex.c.