예제 #1
0
파일: Kernel.cs 프로젝트: SameerOmar/InkMon
 public static extern int SetCommState(IntPtr hCommDev, ref DCB lpDCB);
예제 #2
0
파일: Kernel.cs 프로젝트: SameerOmar/InkMon
 public static extern int BuildCommDCBAndTimeouts(string lpDef, ref DCB lpDCB, ref COMMTIMEOUTS lpCommTimeouts);
예제 #3
0
파일: Kernel.cs 프로젝트: SameerOmar/InkMon
 public static extern int GetCommState(int nCid, ref DCB lpDCB);
예제 #4
0
파일: Kernel.cs 프로젝트: SameerOmar/InkMon
 public static extern int BuildCommDCB(string lpDef, ref DCB lpDCB);