Exemplo n.º 1
0
 public static extern int SetCommState(IntPtr hCommDev, ref DCB lpDCB);
Exemplo n.º 2
0
 public static extern int BuildCommDCBAndTimeouts(string lpDef, ref DCB lpDCB, ref COMMTIMEOUTS lpCommTimeouts);
Exemplo n.º 3
0
 public static extern int GetCommState(int nCid, ref DCB lpDCB);
Exemplo n.º 4
0
 public static extern int BuildCommDCB(string lpDef, ref DCB lpDCB);