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