SHChangeNotifyRegister (shell32)
Last changed: -24.106.8.210

.
Summary
TODO - a short description

C# Signature:

[DllImport("shell32.dll", SetLastError=true, EntryPoint="#2", CharSet=CharSet.Auto)]
static extern TODO SHChangeNotifyRegister(TODO);
private static extern uint SHChangeNotifyRegister(
            IntPtr hWnd,
            [SHCNF] fSources,
            [SHCNE] fEvents,
            uint wMsg,
            int cEntries,
            ref [SHChangeNotifyEntry] pFsne);

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation