MB_FakeGetParentBssDesc

C Specification

#include <nitro/mb/mb_fake_child.h>

BOOL
MB_FakeGetParentBssDesc( u16 index, WMBssDesc* pBssDesc );

Arguments

index Index managing the multiboot parent information.
pBssDesc Pointer to the region for fetching the parent connection 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. The information from a valid index can be used to reconnect to the parent after the DS Download Play boot process ends. Use the MB_FakeReadParentBssDesc function to adjust the MP packet size and other settings based on this parent information and to get information for the WM_StartConnect function. Use the MB_FakeGetParentGameInfo function to get the parent's game information.

See Also

MB_FakeGetParentGameInfo, MB_FakeReadParentBssDesc, WM_StartConnect, WMBssDesc

Revision History

11/25/2004 Initial version.