nn::friends::CTR::GetMyPresence Function

Syntax

Result GetMyPresence(
     MyPresence * pMyPresence
);

Parameters

Name Description
out pMyPresence Specifies a pointer to a structure storing the local host's presence 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 presence information.

Revision History

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

CONFIDENTIAL