#include <revolution/mpdl.h>
BOOL MPDLGetPlayerInfo( int aid, MPDLPlayerInfo* dst );
aid |
AID of the player whose information is to be retrieved |
dst |
Pointer to the structure MPDLPlayerInfo that is used to store information |
Stores the information and returns TRUE if the specified AID represents a valid player; otherwise, does nothing and returns false.
Gets the player information of players who are currently entered for downloads or who have already downloaded.
If the AID specified is one that either the MPDLGetEntryBitmap or MPDLGetBootedBitmap function returns as a valid value, the associated player information can be retrieved.
MPDLGetEntryBitmap(), MPDLGetBootedBitmap()
2006/08/25 Initial version.
CONFIDENTIAL