MPDLSetEntryFilterCallback

Syntax

#include <revolution/mpdl.h>
void MPDLSetEntryFilterCallback(MPDLEntryFilterCallback func);

Arguments

func Entry permission callback (of type MPDLEntryFilterCallback).
If NULL is specified, the default settings will be used, and entries will always be allowed.

Return Values

None.

Description

Sets a callback used to determine whether an entry should be permitted for a player who has just connected to the Wii console.
You can use this, for example, to apply special access restrictions based on MAC addresses.

See Also

MPDLEntryFilterCallback
MPDLStartDownload
MPDLGetBootableBitmap
MPDLGetBootedBitmap
MPDLGetBootStopper

Revision History

2008/10/08 Initial version.


CONFIDENTIAL