FindFirstChangeNotification (kernel32)
Last changed: -147.160.136.10

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr FindFirstChangeNotification(string lpPathName,
   bool bWatchSubtree, uint dwNotifyFilter);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.IO.FileSystemWatcher

Documentation