nn::friends::CTR::Finalize Function

Syntax

Result Finalize();

Parameters

None.

Return Values

Returns the result of the operation.


Value Description
Result::IsSuccess Process succeeded.
Other Another result may be returned, depending on the internal state of the daemon and other factors.

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 call will succeed even if the library is not initialized.

Revision History

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

CONFIDENTIAL