SHChangeNotify (shell32)
Last changed: -212.174.148.5

.
Summary
TODO - a short description

C# Signature:

[DllImport("shell32.dll", SetLastError=true, EntryPoint="#4", CharSet=CharSet.Auto)]
[return:MarshalAs(UnmanagedType.Bool)]
static extern Boolean SHChangeNotifyUnregister(UInt32 hNotify);

VB Signature:

Declare Function SHChangeNotifyUnregister Lib "shell32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

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)

Alternative Managed API:

Do you know one? Please contribute it!

Documentation