nn::socket::Finalize Function

Syntax

Result Finalize(
     void
);

Arguments

None.

Return Values

The result of processing.

Description

Finalizes the socket library and releases any resources used by it.

All socket descriptors in use are destroyed, and all blocking functions are cancelled and return an error.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL