setcommmask (kernel32)
Last changed: -85.124.2.197

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool SetCommMask(IntPtr hFile, uint dwEvtMask);

VB6 Signature:

Private Declare FunctionSetCommMask Lib "Kernel32" Alias "SetCommMask"(_
  ByVal hFile as Long, ByVal dwEvtMask As Long) As Long

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
SetCommMask on MSDN