getwindowdc (coredll)
Last changed: -82.109.250.207

.
Summary
TODO - a short description

C# Signature:

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

VB Signature:

<DllImport("coredll.dll", EntryPoint:="GetWindowDC", CharSet:=CharSet.Auto, ExactSpelling:=True)> _
Private Shared Function GetWindowDC(ByVal hWnd As HandleRef) As IntPtr
End Function

or

Declare Function GetWindowDC Lib "coredll.dll" (ByVal hWnd As HandleRef) As IntPtr

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
GetWindowDC on MSDN