MB_FakeGetParentGameInfo

C Specification

#include <nitro/mb/mb_fake_child.h>

BOOL
MB_FakeGetParentGameInfo( u16 index, MBGameInfo* pGameInfo );

Arguments

index Index 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. If the specified index is not valid, the function returns FALSE. Use the MB_FakeGetParentBssDesc or MB_FakeReadParentBssDesc function to get the parent BssDesc information to reconnect to the parent after the pseudo-DS Download process ends.

See Also

MB_FakeGetParentBssDesc, MB_FakeReadParentBssDesc, MBGameInfo


Revision History

11/25/2004 Initial version.