'Declaration
Public Shared Function GetDC( _ ByVal hWnd As System.IntPtr _ ) As System.IntPtr
'Usage
Dim hWnd As System.IntPtr Dim value As System.IntPtr value = NUser32.GetDC(hWnd)
public static System.IntPtr GetDC( System.IntPtr hWnd )
Parameters
- hWnd