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