CAsyncSocket::Connect liefert ein Int zurück

Hallo!

Wer hat eine Ahnung wieso CAsyncSocket::Connect(…) einen Integer Wert zurückliefert, obwohl der Syntax so lautet:

BOOL Connect( LPCTSTR lpszHostAddress, UINT nHostPort );

Der Compiler meint sogar dazu: Forcing INT to BOOL, Perfomance …bla bla.

Ciao
Catmad