pike.git
/
src
/
modules
/
Wnotify
/
wnotify.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Wnotify/wnotify.cmod:36:
#include <winbase.h> #endif /* HAVE_WINBASE_H */ #ifndef MAX_LEN #define MAX_LEN 255 #endif /* !MAX_LEN */ DECLARATIONS #ifdef HAVE_FINDFIRSTCHANGENOTIFICATION
-
void low_stop();
-
+
/*! @class NotificationHandle */ PIKECLASS NotificationHandle { CVAR HANDLE handle; PIKEVAR string path; PIKEVAR int watch_subtree; PIKEVAR int filter; PIKEVAR int triggered;