windows-nt/Source/XPSP1/NT/net/homenet/alg/alg_ftp/regevent.h

19 lines
364 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __REGEVENT_H
#define __REGEVENT_H
typedef VOID (*EVENT_CALLBACK)(BOOLEAN TimerOrWait,VOID *Context,VOID *Context2);
HANDLE
NhRegisterEvent(HANDLE hEvent,EVENT_CALLBACK CallBack,VOID *Context,VOID *Context2,ULONG TimeOut);
/*
VOID
NhInitializeCallBack(VOID);
VOID
NhShutdownCallBack(VOID);
*/
VOID
NhUnRegisterEvent(HANDLE WaitHandle);
#endif