nn::dlp::CTR::FakeClient::GetTitleInfo Member Functionstatic nn::Result GetTitleInfo( TitleInfo * pTitleInfo, bool isReset = false );
| Name | Description | |
|---|---|---|
| out | pTitleInfo | Returns the title's information. |
| in | isReset | Pass true when getting the start of the list. |
| 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. |
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