Exemple #1
0
 public static extern BOOL EnableWindow(
     HWND hWnd,
     BOOL bEnable
     );
Exemple #2
0
 public static extern BOOL InvalidateRect(
     HWND hWnd,
     IntPtr lpRect,
     BOOL bErase
     );