nn::friends::CTR::HasLoggedIn Function

Syntax

bool HasLoggedIn();

Arguments

None.

Return Values

Returns true if the local host is logged in and false otherwise. The local host is definitely logged in if this function returns true, but is not necessarily offline if this function returns false.

Description

Checks one's own login status.

Checks if the local host is currently online after the local host called the nn::friends::CTR::Login function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL