MPDLEntryFilterCallback

MPDLEntryFilterCallback

Syntax

#include <revolution/mpdl.h>
typedef BOOL (*MPDLEntryFilterCallback)(const MPDLPlayerInfo *info);

Arguments

MPDLPlayerInfo MPDLPlayerInfo structure with information for players who have just connected.
However, immediately after connecting, only the aid and mac fields are valid.

Return Values

Return TRUE to allow this player to connect, and FALSE to reject.

Description

A prototype for the entry permission callback function configured by the MPDLSetEntryFilterCallback function.

See Also

MPDLPlayerInfo
MPDLSetEntryFilterCallback

Revision History

2008/10/08 Initial version.


CONFIDENTIAL