nn::dlp::CTR::FakeClient::GetTitleInfo Member Function

Syntax

static nn::Result GetTitleInfo(
     TitleInfo * pTitleInfo,
     bool isReset = false
);

Arguments

Name Description
out pTitleInfo Returns the title's information.
in isReset Pass true when getting the start of the list.

Return Values

The following Results are returned as the result of the operation.

Value Description
ResultSuccess The title information was obtained successfully.
ResultInvalidState The state is invalid. Do not use with CLIENT_STATE_INVALID or CLIENT_STATE_ERROR.
ResultNoData Either the scan result list is empty or has reached the end of the list.

Description

Gets the title information from scan results.

Gets title information in order from the start of the list. If the end of the list is reached or there is no title information during acquisition,
this function returns ResultNoData without blocking.
(When a new title is discovered during a scan, that title's information is appended to the end of the list.)
Pass true for the isReset argument when getting the start of the list.


CONFIDENTIAL