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