Example #1
0
 public static extern int SetDefaultCommConfig(string lpszName, ref COMMCONFIG lpCC, int dwSize);
Example #2
0
 public static extern int GetCommConfig(HANDLE hCommDev, ref COMMCONFIG lpCC, ref int lpdwSize);
Example #3
0
 public static extern int SetCommConfig(HANDLE hCommDev, ref COMMCONFIG lpCC, int dwSize);
Example #4
0
 public static extern int CommConfigDialog(string lpszName, HWND hwnd, ref COMMCONFIG lpCC);