[DllImport("kernel32.dll", SetLastError = true)]
static extern bool GetCommTimeouts(IntPtr hFile,
[Out] ref COMMTIMEOUTS lpCommTimeouts);
<DllImport("kernel32.dll", SetLastError:=True)> Private Shared Function GetCommTimeouts(ByVal hFile As IntPtr, ByRef lpCommTimeouts As COMMTIMEOUTS) As Boolean
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!