MB_FakeGetParentGameInfo

Syntax

#include <nitro/mb/mb_fake_child.h>

BOOL
MB_FakeGetParentGameInfo( u16 index, MBGameInfo* pGameInfo );

Arguments

index Index for managing the multiboot parent information.
pGameInfo Pointer to the region for fetching the parent game information.

Return Values

TRUE if the index argument specifies valid parent information. FALSE if the index is not valid.

Description

This function gets the parent information from the specified index. This information was obtained while scanning for parents. In order to reconnect to the parent after the fake DS download process, use the MB_FakeGetParentBssDesc or MB_FakeReadParentBssDesc function to get the parent's BssDesc information.

See Also

MB_FakeGetParentBssDesc, MB_FakeReadParentBssDesc, MBGameInfo


Revision History

2004/11/25 Initial version.


CONFIDENTIAL