Hi Jacek, I think the typedef must be: typedef void (*NIVXI_HWSSECMD) (UINT16 cmdExt, UINT32 cmd); So you typedef'd a pointer to a function with (UINT16,UINT32) args with void return value. and the rest something like: extern NIVXI_HWSSECMD GetWSSEcmdHandler; extern NIVXI_STATUS SetWSSEcmdHandler(NIVXI_HWSSECMD func); extern NIVXI_HWSSECMD DefaultWSSEcmdHandler; /* <- LINE:1600 */ Does this help you ? Regards Hermann-Josef ************************************************************************** * * * Dr. Hermann-Josef Mathes * * KASCADE & AUGER Collaboration * * Forschungszentrum Karlsruhe Phone: +49 7247 822429 * * Institut fuer Kernphysik FAX: +49 7247 824075 * * POB 3640 * * D-76021 Karlsruhe/Germany Mail: mathes@ik3.fzk.de * * hjmathes@web.de * * * ************************************************************************** * Feel free to visit my homepage: * * http://www-ik3.fzk.de/~mathes/Welcome.html * * My software project page for DAQ: * * http://www-ik3.fzk.de/~mathes/software/software.html * * * * Visit the institute and project homepages: * * http://www-ik3.fzk.de/ * * http://www-ik1.fzk.de/KASCADE_home.html * **************************************************************************
This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:30 MET