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

Returns the result of the operation.

Description

Gets the title information from the scan results list.

Gets title information in order from the start of the list. If there is no title information at the end of the list, this function does not block and returns the error code returned by the ResultNoData function. However, if a new title is discovered while scanning, that title information will be appended to the end of the list. Pass true for the isReset argument when getting the start of the list.


CONFIDENTIAL