MPDLGetBootedBitmap

Syntax

#include <revolution/mpdl.h>
u32     MPDLGetBootedBitmap( void );

Arguments

None.

Return Values

Returns a bitmap that indicates players who have finished downloading and have rebooted.

Description

Gets a bitmap that indicates players who have finished downloading and have rebooted. Players will automatically reach this state unless explicitly prohibited to do so by the MPDLSetBootStopper function.

Individual player information can be retrieved using the MPDLGetPlayerInfo function.

The download process is started by calling the MPDLStartDownload function.

See Also

MPDLPlayerInfo, MPDLGetPlayerInfo(), MPDLGetEntryBitmap(), MPDLGetBootableBitmap(), MPDLStartDownload() MPDLGetBootStopper() MPDLSetBootStopper()

Revision History

2008/02/01 Added a note about the MPDLSetBootStopper function.
2006/08/25 Initial version.


CONFIDENTIAL