Esempio n. 1
0
 public static extern BOOL EnableWindow(
     HWND hWnd,
     BOOL bEnable
     );
Esempio n. 2
0
 public static extern BOOL InvalidateRect(
     HWND hWnd,
     IntPtr lpRect,
     BOOL bErase
     );