nn::friends::CTR::Finalize Function

Syntax

Result Finalize();

Arguments

None.

Return Values

Returns the result of the operation.


Value Description
ResultSuccess Process succeeded.
Other Some other result may be returned as a result of factors such as the daemon's internal state.

Description

Finalizes the friend presence library.

If the nn::friends::CTR::Initialize function is called multiple times, this function must be called the same number of times.
This function succeeds even if it is called while the library is uninitialized.

Revision History

2011/03/11
Added specific examples of return values.
2010/08/16
Initial version.

CONFIDENTIAL