IpGetLastSocketError
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Method Syntax
Method SyntaxDescription
The function returns the Winsock 2 error code of the last operation that failed on the specified socket.Parameters
- socket: The socket handle.
Return Values
- WSA_INVALID_PARAMETER (87): The specified socket was invalid.
- Any other value: The error code as provided by the Winsock 2 WSAGetLastError function.