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