releasedc (coredll)
Last changed: BK-66.46.213.4

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll", EntryPoint="ReleaseDC", SetLastError=true)]
private static extern int ReleaseDC(IntPtr hWnd, IntPtr hDC);

VB Signature:

Declare Function ReleaseDC Lib "coredll.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
ReleaseDC on MSDN