nn::http::Finalize FunctionResult Finalize( void );
None.
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.) |
Finalizes the HTTP library. Processes that link against the HTTP library must call this after they are done using the library.
CONFIDENTIAL