Source code of Windows XP (NT5)
 
 
 
 
 
 

10 lines
158 B

#ifndef _GETEVENT_H_
#define _GETEVENT_H_
EventInit () ;
void EventDeInit () ;
DWORD EventThread (EVENTTHREADPARAM *pThreadParam) ;
#endif // _GETEVENT_H_