MPDLGetPlayerInfo

C Specification

#include <revolution/mpdl.h>
BOOL    MPDLGetPlayerInfo( int aid, MPDLPlayerInfo* dst );

Arguments

aid AID of the player whose information is to be retrieved
dst Pointer to the structure MPDLPlayerInfo that is used to store information

Return Values

Stores the information and returns TRUE if the specified AID represents a valid player; otherwise, does nothing and returns false.

Description

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.

See Also

MPDLGetEntryBitmap(), MPDLGetBootedBitmap()

Revision History

2006/08/25 Initial version.


CONFIDENTIAL