[DllImport("shell32.dll", SetLastError=true, EntryPoint="#4", CharSet=CharSet.Auto)]
[return:MarshalAs(UnmanagedType.Bool)]
static extern Boolean SHChangeNotifyUnregister(UInt32 hNotify);
Declare Function SHChangeNotifyUnregister Lib "shell32.dll" (TODO) As TODO
None.
None.
Please add some!
Shell Notifications in C# [http://www.thecodeproject.com/csharp/shellnotifications.asp] (Note: the parameter to this function is incorrect in the example. The C# Signature above is correct)
Do you know one? Please contribute it!