@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The WaitCommEvent API !!!!C# Signature: [DllImport("kernel32.dll")] static extern bool WaitCommEvent(IntPtr hFile, out uint lpEvtMask, IntPtr lpOverlapped); !!!!User-Defined Types: None. !!!VB Signature: <DllImport("kernel32.dll")> _ Private Shared Function WaitCommEvent(ByVal handle As Integer, _ ByRef Mask As Integer, _ ByRef lpOverlap As EFileAttributes) As Int32 End Function !!!VB.NET Signature (.NET 4): <DllImport("kernel32.dll", SetLastError:=True)> _ Public Function WaitCommEvent(ByVal hFile As Integer, ByRef Mask As Integer, ByRef lpOverlap As Overlapped) As Int32 End Function !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: WaitCommEvent@msdn on MSDN
Edit kernel32.WaitComm...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.