Indicates a socket response code is a blocking response.
function WouldBlock( const AResult: Integer ): Boolean; override;
Parameters |
Description |
AResult |
Value to examine. |
Boolean - True when AResult is a blocking response code.
WouldBlock is an overridden Boolean function that implements the method used to determine if the socket response in AResult represents the WSAEWOULDBLOCK response code.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|