fblibrary.h File Reference

#include <kaydara.h>
#include <kaydaradef.h>

Go to the source code of this file.

Defines

#define  FB_MANUAL_DLL_INIT(Name)
#define  KO_MODULE_CALL(Name)
#define  FB_EXT_INIT(libname)

Enumerations

enum   kFBDllOperation { kFBDllLoad, kFBDllUnLoad, kFBDllLoad, kFBDllUnLoad }

Define Documentation

#define FB_MANUAL_DLL_INIT (   Name )
Value:
extern void EntryPoint##Name(kFBDllOperation STARTUP); \
    EntryPoint##Name(kFBDllLoad); \

Definition at line 44 of file fblibrary.h.

#define KO_MODULE_CALL (   Name )
Value:
extern void KModule##Name( ); \
    KModule##Name( );

Definition at line 108 of file fblibrary.h.

#define FB_EXT_INIT (   libname )

Definition at line 119 of file fblibrary.h.


Enumeration Type Documentation