예제 #1
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SetDefaultCommConfig(string lpszName, ref COMMCONFIG lpCC, int dwSize);
예제 #2
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int GetCommConfig(IntPtr hCommDev, ref COMMCONFIG lpCC, ref int lpdwSize);
예제 #3
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int SetCommConfig(IntPtr hCommDev, ref COMMCONFIG lpCC, int dwSize);
예제 #4
0
파일: Kernel.cs 프로젝트: luowei98/RobertLw
 public static extern int CommConfigDialog(string lpszName, IntPtr hwnd, ref COMMCONFIG lpCC);