Function SocketFDSetDelete() Professional
Deletes a set of socket descriptors.
SocketFDSetDelete( <nFDSet> ) --> lSuccess
The function returns .T. (true) when the descriptor set could be deleted, otherwise .F. (false) is returned.
This function releases all memory resources allocated for a descriptor set. It is called when a set is no longer needed in a program.
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.