nn::friends::CTR::GetMyProfile Function

Syntax

Result GetMyProfile(
     Profile * pProfile
);

Arguments

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
ResultSuccess Process succeeded.
ResultInvalidPointer An invalid pointer was passed in as an argument.
ResultNotInitialized The friend presence library has not been initialized.
Other Some other result may be returned as a result of factors such as the daemon's internal state.

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