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

Syntax

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

Parameters

Name Description
out pTitleInfo Returns information on a child program.
in isReset Pass true when getting the start of the list.

Return Values

The following Result values are returned as the result of the operation.

Value Description
Result::IsSuccess Child program 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 the end of the list has been reached.

Description

Gets child program information from the results of a scan.

Information is obtained for child programs in order from the start of the list. This function returns ResultNoData without blocking if it has already reached the end of the list or if there is no child program information. (If a new child program is discovered during a scan, that child program's information is appended to the end of the list.)
Pass true for the isReset argument when getting the start of the list.


CONFIDENTIAL