MB_GetMultiBootDownloadParameter

C Specification

#include <nitro/mb.h>

static inline const u8* MB_GetMultiBootDownloadParameter(void);

Arguments

None.

Return Values

Returns the user-defined extended parameters specified during download when started up as multiboot child, or NULL if not.

Description

If the program was started up as the multiboot child, this function returns the pointer to where the user-defined extended parameters specified during download are stored. These extended parameters are specified by the downloading parent with the MBGameRegistry structure.

See Also

MBGameRegistry
MB_IsMultiBootChild

Revision History

08/17/2005 Initial version.