'Declaration
Public Shared Function DeleteDC( _ ByVal hDC As System.IntPtr _ ) As System.Boolean
'Usage
Dim hDC As System.IntPtr Dim value As System.Boolean value = NGdi32.DeleteDC(hDC)
public static System.bool DeleteDC( System.IntPtr hDC )
Parameters
- hDC