'Declaration
Public Shared Function EndPaint( _ ByVal hWnd As System.IntPtr, _ ByRef ps As NUser32.PAINTSTRUCT _ ) As System.Boolean
'Usage
Dim hWnd As System.IntPtr Dim ps As NUser32.PAINTSTRUCT Dim value As System.Boolean value = NUser32.EndPaint(hWnd, ps)
public static System.bool EndPaint( System.IntPtr hWnd, ref NUser32.PAINTSTRUCT ps )
Parameters
- hWnd
- ps