ClearCommError (KERNEL32.@)
BOOL ClearCommError ( HANDLE handle, LPDWORD errors, LPCOMSTAT lpStat )
Enables further I/O operations on a communications resource after supplying error and current status information.
handle | [In] | The communication resource with the error. |
errors | [Out] | Flags indicating error the resource experienced. |
lpStat | [Out] | The status of the communication resource. |
TRUE on success, FALSE if the communication resource handle is bad.
Defined in "winbase.h".
Implemented in "dlls/kernel32/comm.c". source.winehq.org/source/dlls/kernel32/comm.c
Debug channel "comm".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.