Function SocketFDSetDelete() Professional
Deletes a set of socket descriptors.
Syntax
SocketFDSetDelete( <nFDSet> ) --> lSuccess
Parameters
<nFDSet>
The numeric handle of a descriptor set previously created with SocketFDSetNew() must be passed for this parameter.
Return
The function returns .T. (true) when the descriptor set could be deleted, otherwise .F. (false) is returned.
Description
This function releases all memory resources allocated for a descriptor set. It is called when a set is no longer needed in a program.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.