nn::friends::CTR::GetMyProfile Function

Syntax

Result GetMyProfile(
     Profile * pProfile
);

Parameters

Name Description
out pProfile Specifies a pointer to a structure storing the local host's profile information.

Return Values

Returns the result of the operation.

Value Description
Result::IsSuccess Process succeeded.
ResultInvalidPointer Invalid pointer passed as argument.
ResultNotInitialized The friend presence library is not initialized.
Other Another result may be returned, depending on the internal state of the daemon and other factors.

Description

Gets the local host's profile information.

Revision History

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

CONFIDENTIAL