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