ips/chooks Documentation
ips/chooks is a C interface to writing hooks for InetPowerServer. A hook is a function in a DLL, that is called by IPS on certain conditions. Exactly what triggers a hook to be called depends on how it installed with IPS. Check the IPS documentatin for details.
The ips/chooks interface currently consists of two files:
- ipsHookInterface.h This is the interface definition, and should be #include'd in all source files using the IPS callback functions, or implementing a hook.
- callbacks.c This is the implementation for the IPS callback functions. This file should be compiled and linked in with the other files in your project. It is possible to write a hook and call IPS callback functions without these functions, but they make it a lot easier.
In addition a few other files are included:
- testhook.c This is a simple hook that can be used for testing the hook interface. It will simply install a hook that will produce some statistics from IPS on the client.
- os2/makefile.wcc (Open)Watcom makefile for testhook sample for OS/2.
- win/makefile.vc Visual C makefile for testhook sample. Use nmake.
- win/makefile.wcc (Open)Watcom makefile for testhook sample for windows.
- doc/doxygen.cfg The doxygen configuration file used for making this documentation.
- doc/chooks.dox The file this introductory documentation is built from.
For bugreports, suggestions or other comments, please contact the author at the following e-mail address: haraldei@anduin.net
- Version:
- 1.0
- Author:
- Harald Eilertsen (haraldei@anduin.net)
Generated on Tue Dec 9 21:19:38 2003 for ips_chooks by
1.3.4