RegisterShellHookWindow (user32)
Last changed: -81.174.2.140

.
Summary
Registers a specified Shell window to receive certain messages for events or notifications that are useful to Shell applications

C# Signature:

[DllImport("user32.dll", SetLastError=true)]
static extern bool RegisterShellHookWindow(IntPtr hWnd);

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Documentation