#include <revolution/wpad.h>
void WPADInit( void );
None.
None.
Performs initialization for the WPAD APIs. The WPADRegisterAllocator function must be called before this function.This function must be called once before calling any other WPAD API function.
This function also clears the callback functions registered by the following functions:
WPADSetConnectCallbackWPADSetSyncDeviceCallbackWPADSetSimpleSyncCallbackWPADSetClearDeviceCallbackWPADSetExtensionCallbackWPADSetSamplingCallback
WPAD Function
WPADRegisterAllocator, WPADSetConnectCallback, WPADSetSyncDeviceCallback, WPADSetSimpleSyncCallback, WPADSetClearDeviceCallback, WPADSetExtensionCallback, WPADSetSamplingCallback
2006/09/18 Mentioned that the registered callback will be cleared.
2006/06/19 Added a note that WPADRegisterAllocator function needs to be called first.
2006/08/01 Initial version.
CONFIDENTIAL