コード例 #1
0
 internal static extern bool GetWindowRect(IntPtr hWnd, out RECT pRect);
コード例 #2
0
ファイル: PInvoke.cs プロジェクト: KnowNo/test-code-backup
 public static extern IntPtr SendMessage(IntPtr hWnd, UInt32 Msg, IntPtr wParam, ref RECT lParam);