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