nn::http::Finalize Function

Syntax

Result Finalize(
     void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns a Result listed below.
Value Description
ResultSuccess 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