GetShellWindow (user32)
Last changed: -67.40.219.42

.
Summary
TODO - a short description

C# Signature:

[DllImport("user32.dll")]
static extern IntPtr GetShellWindow();

VB Signature:

Declare Function GetShellWindow Lib "user32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Gets the window handle of the desktop

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation