#include <revolution/mpdl.h>
typedef BOOL (*MPDLEntryFilterCallback)(const MPDLPlayerInfo *info);
MPDLPlayerInfo |
MPDLPlayerInfo structure with information for players who have just connected. However, immediately after connecting, only the aid and mac fields are valid. |
Return TRUE to allow this player to connect, and FALSE to reject.
A prototype for the entry permission callback function configured by the MPDLSetEntryFilterCallback function.
MPDLPlayerInfoMPDLSetEntryFilterCallback
2008/10/08 Initial version.
CONFIDENTIAL