00001 #ifndef _SetEvent_CC_ 00002 #define _SetEvent_CC_ 00003 00004 #include "../includes/Header.hh" 00005 using namespace std; 00006 00007 int SetEvent(int *nDev,int *fRet, 00008 PLPPCNTCALLBACK EventFunction, 00009 int *nEve,unsigned long *BitData){ 00010 00011 unsigned long UsrData; 00012 UsrData=(*BitData); 00013 (*fRet)=PcntSetEvent((*nDev),EventFunction,UsrData); 00014 } 00015 #endif