#include <revolution/mpdl.h>
void MPDLSetEntryFilterCallback(MPDLEntryFilterCallback func);
| func | Entry permission callback (of type MPDLEntryFilterCallback).If NULL is specified, the default settings will be used, and entries will always be allowed. |
None.
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.
MPDLEntryFilterCallbackMPDLStartDownloadMPDLGetBootableBitmapMPDLGetBootedBitmapMPDLGetBootStopper
2008/10/08 Initial version.
CONFIDENTIAL