DestroyWindow (user32)
Last changed: ksgfk-176.122.161.184

.
Summary
Destroys the specified window.

C# Signature:

[DllImport("user32.dll")]
static extern bool DestroyWindow(IntPtr hWnd);

VB Signature:

Declare Function DestroyWindow Lib "user32.dll" (hWnd As IntPtr) As Boolean

Notes:asdsadfsdfa

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Windows.Forms.Form.Close

Documentation