WPADInit

C Specification

#include <revolution/wpad.h>
  
void WPADInit( void );

Arguments

None.

Return Values

None.

Description

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:

See Also

WPAD Function
WPADRegisterAllocator, WPADSetConnectCallback, WPADSetSyncDeviceCallback, WPADSetSimpleSyncCallback, WPADSetClearDeviceCallback, WPADSetExtensionCallback, WPADSetSamplingCallback

Revision History

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