ReleaseDC (user32)
Last changed: -90.145.120.103

.
Summary
Releases a device context, freeing it for use by other applications.

C# Signature:

[DllImport("user32.dll")]
static extern int ReleaseDC(IntPtr hWnd, IntPtr hDC);

VB Signature:

Declare Function ReleaseDC Lib "user32.dll" _
   (hWnd As IntPtr, hDC As IntPtr) As Integer

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
RemoveMenu on MSDN