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