ClearCommError??
-
Kann mir jemand diesen Befehl Kurz erklären?
danke Leo
-
Das ist eine Winapifunktion und hat deshalb hier nichts zu suchen, hier ein Auszug aus der MSDN
The ClearCommError function retrieves information about a communications error and reports the current status of a communications device. The function is called when a communications error occurs, and it clears the device's error flag to enable additional input and output (I/O) operations.
BOOL ClearCommError(
HANDLE hFile, // handle to communications device
LPDWORD lpErrors, // pointer to variable to receive error codes
LPCOMSTAT lpStat // pointer to buffer for communications status
);
-
Wenn ich wüßte, wo ich fragen muss, würde ich das auch tun und keinen anderen damit belästigen!!
-
War ja auch nicht bös gemeint, wirst aber wohl bald ins richtige Forum verschoben.
-
Thread verschoben in WinApi Forum.
WinAPI