示例#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);