[DllImport("kernel32.dll")]
static extern bool WaitCommEvent(IntPtr hFile, out uint lpEvtMask,
IntPtr lpOverlapped);
None.
<DllImport("kernel32.dll")> _
Private Shared Function WaitCommEvent(ByVal handle As Integer, _
ByRef Mask As Integer, _
ByRef lpOverlap As EFileAttributes) As Int32
End Function
<DllImport("kernel32.dll", SetLastError:=True)> _
Public Function WaitCommEvent(ByVal hFile As Integer, ByRef Mask As Integer, ByRef lpOverlap As Overlapped) As Int32
End Function
None.
Please add some!
Please add some!
Do you know one? Please contribute it!