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