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. |
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