nn::dlp::CTR::FakeClient::GetTitleInfo Member Functionstatic nn::Result GetTitleInfo( TitleInfo * pTitleInfo, const u8 * pMac, u32 uniqueId, u8 childIndex );
| Name | Description | |
|---|---|---|
| out | pTitleInfo | Returns information on a child program. |
| in | pMac | Specifies the MAC address of the server that is distributing the child program. |
| in | uniqueId | Specifies the child program's Unique ID. |
| in | childIndex | Specifies the child program's childIndex. |
Result values are returned as the result of the operation.| Value | Description |
|---|---|
ResultSuccess |
Child program information was obtained successfully. |
ResultInvalidState |
The state is invalid. Do not use with CLIENT_STATE_INVALID or CLIENT_STATE_ERROR. |
ResultNoData |
There is no child program for the specified MAC address, Unique ID, and Child index. |
Gets child program information from the results of a scan.
CONFIDENTIAL