Beispiel #1
0
 public static extern BOOL EndPaint(
     HWND hWnd,
     ref PAINTSTRUCT lpPaint
     );
Beispiel #2
0
 public static extern HDC BeginPaint(
     HWND hWnd,
     ref PAINTSTRUCT lpPaint
     );