SHChangeNotifyUnregister (shell32)
Last changed: -68.4.70.10

.
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]

Alternative Managed API:

Do you know one? Please contribute it!

Documentation