SetCommBreak

  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.

Parameters

hFile

Specifies which communication device transmission should be suspended for. The CreateFilefunction returns this value.

Return Value

The return value is TRUE if the function is successful or FALSE if an error occurs.

Comments

No flush of data is implied by this function.

See Also

ClearCommBreak