예제 #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);