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