windows-nt/Source/XPSP1/NT/net/homenet/alg/alg_ftp/regevent.h
2020-09-26 16:20:57 +08:00

19 lines
364 B
C

#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