Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 15 of file qotd.c.
Referenced by RetrieveQuote().
{ INT strSize = strlen(Quote); if (send(sock, Quote, strSize, 0) == SOCKET_ERROR) return FALSE; return TRUE; }