コード例 #1
0
ファイル: ICM.cs プロジェクト: songques/CSSIM_Solution
 public static extern int ICSendMessage(int hic,int msg,ICINFO dw1,int dw2);
コード例 #2
0
ファイル: ICM.cs プロジェクト: xingchaoet/ourmsg
 public static extern int ICSendMessage(int hic, int msg, ICINFO dw1, int dw2);
コード例 #3
0
ファイル: ICM.cs プロジェクト: songques/CSSIM_Solution
        public static extern int ICGetInfo(
			int hic,            
			ICINFO lpicinfo,  
			int cb            
			);
コード例 #4
0
ファイル: ICM.cs プロジェクト: xingchaoet/ourmsg
 public static extern int ICGetInfo(
     int hic,
     ICINFO lpicinfo,
     int cb
     );