#include <nitro/mb.h>
static inline const MBParentBssDesc* MB_GetMultiBootParentBssDesc(void);
None.
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.
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.
08/09/2004 Initial version.