Esempio n. 1
0
 public bool ASetCommState(SafeFileHandle hFile, [In] ref Dcb lpDCB) => SetCommState(hFile, ref lpDCB);
Esempio n. 2
0
 private static extern bool SetCommState(SafeFileHandle hFile, [In] ref Dcb lpDCB);
Esempio n. 3
0
 public bool AGetCommState(SafeFileHandle hFile, ref Dcb lpDCB) => GetCommState(hFile, ref lpDCB);