nn::dlp::CTR::FakeClient::GetTitleInfo Member Functionstatic nn::Result GetTitleInfo( TitleInfo * pTitleInfo, const u8 * pMac, u32 uniqueId, u8 childIndex );
| Name | Description | |
|---|---|---|
| out | pTitleInfo | Returns the title's information. |
| in | pMac | Specifies the MAC address of the server distributing the title. |
| in | uniqueId | Specifies the title's Unique ID. |
| in | childIndex | Specifies the title's childIndex. |
| 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 |
The title for the specified MAC address, Unique ID, and Child index does not exist. |
Gets the title information from scan results.
CONFIDENTIAL