示例#1
0
 public static extern int GetWindowLong(NativeMethods.HWND hWnd, int nIndex);
示例#2
0
 public static extern IntPtr SendMessage(
     NativeMethods.HWND hWnd, int nMsg, IntPtr wParam, StringBuilder lParam);