コード例 #1
0
ファイル: VideoCapturer.cs プロジェクト: cheehwasun/ourmsg
		static extern int SendMessage(	
			IntPtr hwnd, 
			int wMsg,
			int wParam,
			ref CAPSTATUS lParam
			);	
コード例 #2
0
ファイル: VideoCapturer.cs プロジェクト: toowind/BBMessenger
 static extern int SendMessage(
     IntPtr hwnd,
     int wMsg,
     int wParam,
     ref CAPSTATUS lParam
     );