コード例 #1
0
ファイル: Win32API.cs プロジェクト: lixiaoyi1108/SecuruStik
 public static extern int SendMessage(
 IntPtr hWnd , // handle to destination window
 int Msg , // message
 IntPtr wParam , // first message parameter
 ref COPYDATASTRUCT lParam // second message parameter
 );