setupcomm (kernel32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool SetupComm(IntPtr hFile, uint dwInQueue, uint dwOutQueue);

VB.NET Signature:

<DllImport("kernel32.dll")> _
Public Shared Function SetupComm( _
     ByVal hFile As IntPtr, _
     ByVal dwInQueue As UInteger, _
     ByVal dwOutQueue As UInteger) As Boolean
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SetupComm on MSDN