nn::http::Finalize Function

Syntax

Result Finalize(
     void
);

Parameters

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Process was successful.
ResultNotInitializedErr Error indicating a lack of initialization. No need to call Finalize.
A value other than the above. Unexpected error. (See http_Result.h for details.)

Description

Finalizes the HTTP library. Processes that link against the HTTP library must call this after they are done using the library.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL