MB_IsMultiBootChild


C Specification

#include <nitro/mb.h>

static inline BOOL MB_IsMultiBootChild( void );
    

Description

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.

Arguments

None.

Return Values

If the program was launched as a multi-boot child, this function returns TRUE. Otherwise, it returns FALSE.

See Also

MB_Init, MB_GetMultiBootParentBssDesc

Revision History

08/09/2004 Initial version