'DeclarationPublic Shared Function DestroyWindow( _ ByVal hWnd As System.IntPtr _ ) As System.Integer
'UsageDim hWnd As System.IntPtr Dim value As System.Integer value = NUser32.DestroyWindow(hWnd)
public static System.int DestroyWindow( System.IntPtr hWnd )
Parameters
- hWnd