BOOL SetCommBreak(hFile) | |||
HANDLE hFile; |
The SetCommBreak function suspends character transmission and places the transmission line in a break state until the ClearCommBreak function is called.
hFile
Specifies which communication device transmission should be suspended for. The CreateFilefunction returns this value.
The return value is TRUE if the function is successful or FALSE if an error occurs.
No flush of data is implied by this function.
ClearCommBreak