Hi all,
I need to map a fuction that hasn´t the KernelLibrary class. It is the
following
From:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/filesio_9hgu.asp
- The FindFirstChangeNotification function creates a change notification
handle and sets up initial change notification filter conditions. A wait on
a notification handle succeeds when a change matching the filter conditions
occurs in the specified directory or subtree.
HANDLE FindFirstChangeNotification(
LPCTSTR lpPathName, // directory name
BOOL bWatchSubtree, // monitoring option
DWORD dwNotifyFilter // filter conditions
); -
I need to pass to it invocation the constant
FILE_NOTIFY_CHANGE_LAST_WRITE and others to experiment but I didn´t find it
on Win32Constants dictionary, but also can´t find it on de MS site!
...need a little help
regards
Seb