MB_GetMultiBootParentBssDesc

C Specification

#include <nitro/mb.h>

static inline const MBParentBssDesc* MB_GetMultiBootParentBssDesc(void);

Arguments

None.

Return Values

If the program was launched as a multi-boot child, this function returns the pointer to the available parent information. Otherwise, the function returns NULL.

Description

If the program was launched as a multi-boot child, this function returns the pointer to the available parent information.

Note that some environment changes, made directly after boot up and until this function is called, may render the parent information returned by this function invalid.

See Also

MB_Init, MB_IsMultiBootChild

Revision History

08/09/2004 Initial version.