#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:
WPADSetConnectCallbackWPADSetSyncDeviceCallbackWPADSetSimpleSyncCallbackWPADSetClearDeviceCallbackWPADSetExtensionCallbackWPADSetSamplingCallbackWPADRegisterAllocator, WPADSetConnectCallback, WPADSetSyncDeviceCallback, WPADSetSimpleSyncCallback, WPADSetClearDeviceCallback, WPADSetExtensionCallback, WPADSetSamplingCallback
2006/09/18 Mentioned that the registered callbacks will be cleared.
2006/06/19 Added a note to the description that the WPADRegisterAllocator function needs to be called first.
2005/08/01 Initial version.
CONFIDENTIAL