#include <nitro/mb.h>
static inline BOOL MB_IsMultiBootChild( void );
If the program was launched as a multi-boot child, this function returns TRUE. If TRUE, the MB_GetMultiBootParentBssDesc function stores 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 TRUE. Otherwise, it returns FALSE.
MB_Init,
MB_GetMultiBootParentBssDesc
08/09/2004 Initial version